You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/11/09 11:10:03 UTC

svn commit: r1032906 - in /james/server/trunk/src/site: ./ xdoc/

Author: eric
Date: Tue Nov  9 10:10:02 2010
New Revision: 1032906

URL: http://svn.apache.org/viewvc?rev=1032906&view=rev
Log:
Add "monitor folder" + change sentences to conf examples.

Added:
    james/server/trunk/src/site/xdoc/monitor-folders.xml
Modified:
    james/server/trunk/src/site/site.xml
    james/server/trunk/src/site/xdoc/config-dnsservice.xml
    james/server/trunk/src/site/xdoc/config-domainlist.xml
    james/server/trunk/src/site/xdoc/config-fetchmail.xml
    james/server/trunk/src/site/xdoc/config-imap4.xml
    james/server/trunk/src/site/xdoc/config-listmanager.xml
    james/server/trunk/src/site/xdoc/config-mailetcontainer.xml
    james/server/trunk/src/site/xdoc/config-mailstores.xml
    james/server/trunk/src/site/xdoc/config-pop3.xml
    james/server/trunk/src/site/xdoc/config-remotemanager.xml
    james/server/trunk/src/site/xdoc/config-serverwide.xml
    james/server/trunk/src/site/xdoc/config-smtp-lmtp.xml
    james/server/trunk/src/site/xdoc/config-users.xml
    james/server/trunk/src/site/xdoc/monitor-jmx.xml
    james/server/trunk/src/site/xdoc/monitor-logging.xml
    james/server/trunk/src/site/xdoc/monitor.xml
    james/server/trunk/src/site/xdoc/quick-start.xml

Modified: james/server/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Tue Nov  9 10:10:02 2010
@@ -81,6 +81,7 @@
       <item name="5. Monitor James" href="/monitor.html" collapse="true" >
         <item name="Logging" href="/monitor-logging.html" />
         <item name="JMX" href="/monitor-jmx.html" />
+        <item name="Folders" href="/monitor-folders.html" />
       </item>
       <item name="6. Upgrade from James 2.3" href="/upgrade-2.3.html" />
     </menu>

Modified: james/server/trunk/src/site/xdoc/config-dnsservice.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-dnsservice.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-dnsservice.xml (original)
+++ james/server/trunk/src/site/xdoc/config-dnsservice.xml Tue Nov  9 10:10:02 2010
@@ -29,7 +29,7 @@
 
     <subsection name="dnsservice.xml">
 
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/dnsservice.xml">dnsservice.xml</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/dnsservice.xml">dnsservice.xml</a> in SVN to get some examples and hints.</p>
 
       <p>DNS Transport services are controlled by a configuration block in
          the dnsservice.xml. This block affects SMTP remote delivery.</p>

Modified: james/server/trunk/src/site/xdoc/config-domainlist.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-domainlist.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-domainlist.xml (original)
+++ james/server/trunk/src/site/xdoc/config-domainlist.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="DomainList Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/domainlist.xml">domainlist.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/domainlist.xml">domainlist.xml</a> in SVN to get some examples and hints.</p>
 
   </section>
 

Modified: james/server/trunk/src/site/xdoc/config-fetchmail.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-fetchmail.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-fetchmail.xml (original)
+++ james/server/trunk/src/site/xdoc/config-fetchmail.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="Fetchmail Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/fetchmail.xml">fetchmail.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/fetchmail.xml">fetchmail.xml</a> in SVN to get some examples and hints.</p>
 
     <p>Fetchmail acts as a gateway between an external message store such as an IMAP
     or POP3 server and James. Mail is fetched from the external message store and

Modified: james/server/trunk/src/site/xdoc/config-imap4.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-imap4.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-imap4.xml (original)
+++ james/server/trunk/src/site/xdoc/config-imap4.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
 <section name="IMAP4 Configuration">
 
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/imapserver.xml">imapserver.xml</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/imapserver.xml">imapserver.xml</a> in SVN to get some examples and hints.</p>
 
       <p>This block controls general connection management.  There are two elements.
       <ul>

Modified: james/server/trunk/src/site/xdoc/config-listmanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-listmanager.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-listmanager.xml (original)
+++ james/server/trunk/src/site/xdoc/config-listmanager.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
 <section name="List Manager Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/james-listmanager.xml">james-listmanager.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/james-listmanager.xml">james-listmanager.xml</a> in SVN to get some examples and hints.</p>
 
     <p>One of the frequent questions on the James-User Mailing List is how
     to create a mailing list. This document explains one way of using the
@@ -119,7 +119,7 @@
   
   <section name="miResources.xml">
   
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/miResources.xml">miResources.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/miResources.xml">miResources.xml</a> in SVN to get some examples and hints.</p>
   
   </section>
   

Modified: james/server/trunk/src/site/xdoc/config-mailetcontainer.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-mailetcontainer.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-mailetcontainer.xml (original)
+++ james/server/trunk/src/site/xdoc/config-mailetcontainer.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="Mailet Container Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailetcontainer.xml">mailetcontainer.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailetcontainer.xml">mailetcontainer.xml</a> in SVN to get some examples and hints.</p>
   
     <p>The SpoolManager is controlled by a single configuration block in the mailetcontainer.xml.
     The spoolmanager tag defines the boundaries of the configuration block.  The behavior of 

Modified: james/server/trunk/src/site/xdoc/config-mailstores.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-mailstores.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-mailstores.xml (original)
+++ james/server/trunk/src/site/xdoc/config-mailstores.xml Tue Nov  9 10:10:02 2010
@@ -27,13 +27,13 @@
 
   <section name="Mail Stores Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailstore.xml">mailstore.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailstore.xml">mailstore.xml</a> in SVN to get some examples and hints.</p>
 
   </section>
 
   <section name="JCR Repository Configuration">
 
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/jcr-repository.xml">jcr-repository.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/jcr-repository.xml">jcr-repository.xml</a> in SVN to get some examples and hints.</p>
 
   </section>
 

Modified: james/server/trunk/src/site/xdoc/config-pop3.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-pop3.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-pop3.xml (original)
+++ james/server/trunk/src/site/xdoc/config-pop3.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="POP3 Configuration">
   
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/pop3server.xml">pop3server.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/pop3server.xml">pop3server.xml</a> in SVN to get some examples and hints.</p>
 
     <p>The POP3 service is controlled by a configuration block in the pop3server.xml.
     The pop3server tag defines the boundaries of the configuration block.  It encloses 

Modified: james/server/trunk/src/site/xdoc/config-remotemanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-remotemanager.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-remotemanager.xml (original)
+++ james/server/trunk/src/site/xdoc/config-remotemanager.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="RemoteManager Configuration">
   
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/remotemanager.xml">remotemanager.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/remotemanager.xml">remotemanager.xml</a> in SVN to get some examples and hints.</p>
 
     <p>The RemoteManager is controlled by a configuration block in the remotemanager.xml.
     The remotemanager tag defines the boundaries of the configuration block.  It encloses 

Modified: james/server/trunk/src/site/xdoc/config-serverwide.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-serverwide.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-serverwide.xml (original)
+++ james/server/trunk/src/site/xdoc/config-serverwide.xml Tue Nov  9 10:10:02 2010
@@ -20,7 +20,7 @@
 <document>
 
  <properties>
-  <title>James 3.0 - Sever Wide Configuration</title>
+  <title>James 3.0 - Server Wide Configuration</title>
  </properties>
 
 <body>
@@ -34,7 +34,7 @@
     
     <subsection name="mailserver.xml">
 
-     <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailserver.xml">mailserver.xml</a> Example.</p>
+     <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailserver.xml">mailserver.xml</a> in SVN to get some examples and hints.</p>
 
       <p>This configuration block is defined by the <strong>mailserver</strong> tag.  All administrators 
       need to adjust this configuration block upon installation.  It no attributes, but several 
@@ -61,13 +61,13 @@
 
     <subsection name="spring-beans.xml">
     
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/spring-beans.xml">spring-beans.xml</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/spring-beans.xml">spring-beans.xml</a> in SVN to get some examples and hints.</p>
     
     </subsection>
 
     <subsection name="database.properties">
     
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/database.properties">database.properties</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/database.properties">database.properties</a> in SVN to get some examples and hints.</p>
 
       <p>The database connection in database.properties</p>
     
@@ -164,7 +164,7 @@
     
     <subsection name="META-INF/persistence.xml">
     
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/META-INF/persistence.xml">META-INF/persistence.xml</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/META-INF/persistence.xml">META-INF/persistence.xml</a> in SVN to get some examples and hints.</p>
       
       <p>The JPA information in META-INF/persistence.xml.</p>
     
@@ -172,13 +172,13 @@
 
     <subsection name="jmx.properties">
     
-      <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/jmx.properties">jmx.properties</a> Example.<br/>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/jmx.properties">jmx.properties</a> in SVN to get some examples and hints.</p>
 
     </subsection>
 
     <subsection name="sqlResources.xml">
     
-      <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/sqlResources.xml">sqlResources.xml</a> Example.</p>
+      <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/sqlResources.xml">sqlResources.xml</a> in SVN to get some examples and hints.</p>
       
       <p>Deprecated.</p>
     

Modified: james/server/trunk/src/site/xdoc/config-smtp-lmtp.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-smtp-lmtp.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-smtp-lmtp.xml (original)
+++ james/server/trunk/src/site/xdoc/config-smtp-lmtp.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="SMTP Configuration">
   
-     <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/smtpserver.xml">smtpserver.xml</a> Example.</p>
+     <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/smtpserver.xml">smtpserver.xml</a> in SVN to get some examples and hints.</p>
 
     <p>The SMTP service is controlled by a configuration block in the smptserver.xml.
     The smtpserver tag defines the boundaries of the configuration block.  It encloses 
@@ -135,7 +135,7 @@
   
   <section name="LMTP Configuration">
     
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/lmtpserver.xml">lmtpserver.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/lmtpserver.xml">lmtpserver.xml</a> in SVN to get some examples and hints.</p>
 
   </section>
     

Modified: james/server/trunk/src/site/xdoc/config-users.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-users.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-users.xml (original)
+++ james/server/trunk/src/site/xdoc/config-users.xml Tue Nov  9 10:10:02 2010
@@ -27,7 +27,7 @@
 
   <section name="Users Configuration">
   
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/usersrepository.xml">usersrepository.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/usersrepository.xml">usersrepository.xml</a> in SVN to get some examples and hints.</p>
 
     <subsection name="JPA Users">
   
@@ -96,8 +96,7 @@
           <td> </td>
         </tr>
         <tr>
-          <td colspan="3" align="center">-------------------------------------------------------------------------------------------------</td>
-    
+          <td colspan="3" align="center">---------------------</td>
         </tr>
         <tr>
           <td align="center" valign="top">|
@@ -186,7 +185,7 @@
 
   <section name="Virtual Users Configuration">
   
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/virtualusertable.xml">virtualusertable.xml</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/virtualusertable.xml">virtualusertable.xml</a> in SVN to get some examples and hints.</p>
     
   </section>
 

Added: james/server/trunk/src/site/xdoc/monitor-folders.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/monitor-folders.xml?rev=1032906&view=auto
==============================================================================
--- james/server/trunk/src/site/xdoc/monitor-folders.xml (added)
+++ james/server/trunk/src/site/xdoc/monitor-folders.xml Tue Nov  9 10:10:02 2010
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<document>
+
+ <properties>
+  <title>James 3.0 - Monitor via JMX</title>
+ </properties>
+
+<body>
+
+  <section name="Monitor Folders">
+  
+    <subsection name="Monitor ./var Folder Usage">
+  
+<source>
+mail
++-error
++-address-error
++-relay-denied
++-spam
+
+store
++-derbydb
++-jackrabbbit
++-activemq
+  +-jamesBroker
+  +-blob
+    +-outgoing
+    +-spool
+</source>
+        
+    </subsection>
+
+    <subsection name="Monitor /tmp Folder Usage">
+    
+    </subsection>
+  
+  </section>
+
+</body>
+
+</document>

Modified: james/server/trunk/src/site/xdoc/monitor-jmx.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/monitor-jmx.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/monitor-jmx.xml (original)
+++ james/server/trunk/src/site/xdoc/monitor-jmx.xml Tue Nov  9 10:10:02 2010
@@ -25,7 +25,7 @@
 
 <body>
 
-  <section name="Montiro via JMX">
+  <section name="Monitor via JMX">
   
     <p>You can monitor James Server via JMX.</p>
 

Modified: james/server/trunk/src/site/xdoc/monitor-logging.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/monitor-logging.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/monitor-logging.xml (original)
+++ james/server/trunk/src/site/xdoc/monitor-logging.xml Tue Nov  9 10:10:02 2010
@@ -64,7 +64,7 @@ drwxrwxrwx. 7 root root   4096 2010-11-0
 -rw-r--r--. 1 root root     71 2010-11-06 09:24 usersrepository.log
 </source>    
        
-    <p><a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/log4j.properties">log4j.properties</a> Example.</p>
+    <p>Consult <a href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/log4j.properties">log4j.properties</a> in SVN to get some examples and hints.</p>
 
     <p>The default log4j.properties is taken hereafter for information.</p>
 

Modified: james/server/trunk/src/site/xdoc/monitor.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/monitor.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/monitor.xml (original)
+++ james/server/trunk/src/site/xdoc/monitor.xml Tue Nov  9 10:10:02 2010
@@ -27,18 +27,24 @@
 
   <section name="Monitor James Server">
   
-    <subsection name="Montior James Server via Loging">
+    <subsection name="Monitor James Server via Loging">
   
       <p>You can monitor James Server via logging - <a href="monitor-logging.html">read more</a>.</p>
   
     </subsection>
 
-    <subsection name="Montior James Server via JMX">
+    <subsection name="Monitor James Server via JMX">
   
       <p>You can monitor James Server via JMX - <a href="monitor-jmx.html">read more</a>.</p>
   
     </subsection>
 
+    <subsection name="Monitor James Server Folders Usage">
+    
+      <p>You also should monitor folder usage - <a href="monitor-folders.html">read more</a>.</p>
+  
+    </subsection>
+  
   </section>
   
 </body>

Modified: james/server/trunk/src/site/xdoc/quick-start.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/quick-start.xml?rev=1032906&r1=1032905&r2=1032906&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/quick-start.xml (original)
+++ james/server/trunk/src/site/xdoc/quick-start.xml Tue Nov  9 10:10:02 2010
@@ -228,11 +228,31 @@ verify [username]       verify if specif
   * Launch jconsole (or any other JMX client) and connect on URL=service:jmx:rmi:///jndi/rmi://localhost:9999/jmxrmi
 
 Step 8: Monitor
-##############
+###############
 
   * Monitor the ./log/james-server.log log file.
 
   * Monitor via JMX (launch any JMX client and connect to URL=service:jmx:rmi:///jndi/rmi://localhost:9999/jmxrmi)
+
+  * Check ./var folder usage
+  
+    mail
+    +-error
+    +-address-error
+    +-relay-denied
+    +-spam
+
+    store
+    +-derbydb
+    +-jackrabbbit
+    +-activemq
+      +-jamesBroker
+      +-blob
+        +-outgoing
+        +-spool
+
+  * Check /tmp folder usage
+
 </source>
 
 <p>Time to fine-tune your James Server!</p>
@@ -241,6 +261,7 @@ Step 8: Monitor
    <a href="manage.html">manage</a>, <a href="monitor.html">monitor</a> 
    and <a href="dev.html">develop</a> pages.</p>
 
+
 </section>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org