You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/12/25 18:42:54 UTC

svn commit: r1224617 - /tomcat/trunk/webapps/docs/manager-howto.xml

Author: kkolinko
Date: Sun Dec 25 17:42:54 2011
New Revision: 1224617

URL: http://svn.apache.org/viewvc?rev=1224617&view=rev
Log:
Correct description of roles

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1224617&r1=1224616&r2=1224617&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Sun Dec 25 17:42:54 2011
@@ -124,10 +124,12 @@ web application. The available roles are
 <ul>
   <li><strong>manager-gui</strong> &#8212; Access to the HTML interface.</li>
   <li><strong>manager-status</strong> &#8212; Access to the "Server Status"
-    page in the HTML interface only.</li>
+    page only.</li>
   <li><strong>manager-script</strong> &#8212; Access to the tools-friendly
-    plain text interface, that is described in this document.</li>
-  <li><strong>manager-jmx</strong> &#8212; Access to JMX proxy interface.</li>
+    plain text interface that is described in this document,
+    and to the "Server Status" page.</li>
+  <li><strong>manager-jmx</strong> &#8212; Access to JMX proxy interface
+    and to the "Server Status" page.</li>
 </ul>
 
 <p>The HTML interface is protected against CSRF (Cross-Site Request Forgery)



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