You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/06/22 21:17:08 UTC

svn commit: r956983 - /tomcat/trunk/webapps/ROOT/index.html

Author: markt
Date: Tue Jun 22 19:17:08 2010
New Revision: 956983

URL: http://svn.apache.org/viewvc?rev=956983&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49475
Use new role name for manager app access

Modified:
    tomcat/trunk/webapps/ROOT/index.html

Modified: tomcat/trunk/webapps/ROOT/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.html?rev=956983&r1=956982&r2=956983&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.html (original)
+++ tomcat/trunk/webapps/ROOT/index.html Tue Jun 22 19:17:08 2010
@@ -154,7 +154,7 @@
         <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at: 
             <code>$CATALINA_HOME/webapps/ROOT/index.html</code></p>
         <p>where &quot;$CATALINA_HOME&quot; is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the <a href="/docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p>
-        <p><strong>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager".</strong>
+        <p><strong>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui".</strong>
             Users are defined in: <code>$CATALINA_HOME/conf/tomcat-users.xml</code></p>
         <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.</p>
         <p>Tomcat mailing lists are available at the Tomcat project web site:</p>



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