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> — Access to the HTML interface.</li> <li><strong>manager-status</strong> — Access to the "Server Status" - page in the HTML interface only.</li> + page only.</li> <li><strong>manager-script</strong> — Access to the tools-friendly - plain text interface, that is described in this document.</li> - <li><strong>manager-jmx</strong> — 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> — 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org