Author: eric
Date: Fri Apr  8 10:50:32 2011
New Revision: 1090195

URL: http://svn.apache.org/viewvc?rev=1090195&view=rev
Log:
Fix management doc page (JAMES-1219)

Modified:
    james/server/trunk/src/site/xdoc/manage.xml

Modified: james/server/trunk/src/site/xdoc/manage.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/manage.xml?rev=1090195&r1=1090194&r2=1090195&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/manage.xml (original)
+++ james/server/trunk/src/site/xdoc/manage.xml Fri Apr  8 10:50:32 2011
@@ -42,22 +42,20 @@
     <p>You can manage James via:</p>
     
     <ol>
-      <li><a href="Manage_via_Cli">CLI (Client Line Interface)</a></li>
-      <li><a href="Manage_via_JMX">JMX (Java Management Extension)</a></li>
+      <li><a href="#Manage_via_Cli">CLI (Client Line Interface)</a></li>
+      <li><a href="#Manage_via_JMX">JMX (Java Management Extension)</a></li>
     </ol>
     
-    <subsection name="Manage via Cli">
+    <subsection name="Manage via CLI">
   
-      <p>Once James is up and listening, managin via cli is simple.</p>
+      <p>Once James is up and listening, managing via the command line 
interface is simple.</p>
       
-      <p>Note the address and port defined in conf/jmx.properties (default is 
jmx.address=127.0.0.1 and jmx.port=9999)</p>
-
       <p>cd bin</p>
       
       <p>./james-cli.sh (or james-cli.bat on windows) ./james-cli.sh -h 
localhost -p 9999</p>
 
       <p>You will be shown with a list of commands.</p>
-      
+
       <source>
   usage: java org.apache.james.cli.ServerCmd --host &lt;arg&gt; &lt;command&gt;
     -h,--host &lt;/arg&gt;   node hostname or ip address
@@ -71,6 +69,8 @@
     listdomains
       </source>
   
+      <p>Note the address and port defined in conf/jmx.properties (default is 
jmx.address=127.0.0.1 and jmx.port=9999)</p>
+
     </subsection>
     
     <subsection name="Manage via JMX">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to