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/03 10:05:10 UTC

svn commit: r1030362 - /james/server/trunk/src/site/xdoc/install.xml

Author: eric
Date: Wed Nov  3 09:05:10 2010
New Revision: 1030362

URL: http://svn.apache.org/viewvc?rev=1030362&view=rev
Log:
Update on requirement for windows: jmx, user privilege.

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

Modified: james/server/trunk/src/site/xdoc/install.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/install.xml?rev=1030362&r1=1030361&r2=1030362&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/install.xml (original)
+++ james/server/trunk/src/site/xdoc/install.xml Wed Nov  3 09:05:10 2010
@@ -38,12 +38,18 @@
 
 </subsection>
 
-<subsection name="System Requirements">
+<subsection name="User Privileges">
   
   <p>On Unix platforms, root access will be required to run James.  On these platforms, access to ports 
-     below 1024 is generally restricted to the root user.  As SMTP, POP3, and IMAP all need to open 
+     below 1024 is generally restricted to the root user.  As SMTP, POP3, and IMAP4 all need to open 
      server sockets on such ports in standard configurations, James requires root access.</p>
   
+  <p>On Windows platforms, you need to run James as Administrator privilege.</p>
+
+</subsection>
+  
+<subsection name="System Resources">
+  
   <p>Obviously James also requires sufficient disk space, processor power, and network bandwidth.  But, 
      other than what's been discussed here, it has no additional special requirements.</p>
   
@@ -71,7 +77,7 @@
 #Step 2: Deploy It
 
 #Step 3: Configure It
-  you need to modify the security settings for the jmx files like descripted here:
+  you need to modify the security settings for the jmx files like described here:
   <a href="http://download.oracle.com/javase/1.5.0/docs/guide/management/security-windows.html">
   http://download.oracle.com/javase/1.5.0/docs/guide/management/security-windows.html</a>
 
@@ -109,9 +115,10 @@
     <div class="ui-widget">
       <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;"> 
         <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> 
-        <strong>Prelimnary step for JMX on Windows: </strong>
-        to let windows start with jmx username/password enabled, 
-        you need to modify the security settings for the jmx files like descripted here:
+        <strong>Preliminary step for JMX on Windows: </strong>
+        to let windows start with JMX username/password enabled, 
+        you need to modify the security settings for the JMX files (./conf/jmx.password and ./conf/jmx.access) 
+        like described here:
         <a href="http://download.oracle.com/javase/1.5.0/docs/guide/management/security-windows.html">
         http://download.oracle.com/javase/1.5.0/docs/guide/management/security-windows.html</a>
       </p>



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