Author: markt Date: Wed May 4 11:18:09 2011 New Revision: 1099415 URL: http://svn.apache.org/viewvc?rev=1099415&view=rev Log: Docs so CTR Use new role name. Align with Tomcat 7 docs.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml?rev=1099415&r1=1099414&r2=1099415&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml Wed May 4 11:18:09 2011 @@ -249,16 +249,17 @@ and log on with one of the usernames and <subsection name="Manager Application"> <p>If you wish to use the <a href="manager-howto.html">Manager Application</a> -to deploy and undeploy applications in a running Tomcat 6 installation, you -MUST add the "manager" role to at least one username in your selected Realm -implementation. This is because the manager web application itself uses a -security constraint that requires role "manager" to access ANY request URI -within that application.</p> +to deploy and undeploy applications in a running Tomcat installation, you +MUST add the "manager-gui" role to at least one username in your selected +Realm implementation. This is because the manager web application itself uses a +security constraint that requires role "manager-gui" to access ANY request URI +within the HTML interface of that application.</p> <p>For security reasons, no username in the default Realm (i.e. using -<code>conf/tomcat-users.xml</code> is assigned the "manager" role. Therefore, -no one will be able to utilize the features of this application until the -Tomcat administrator specifically assigns this role to one or more users.</p> +<code>conf/tomcat-users.xml</code> is assigned the "manager-gui" role. +Therefore, no one will be able to utilize the features of this application +until the Tomcat administrator specifically assigns this role to one or more +users.</p> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org