From: markt Date: Tue, 11 May 2010 21:02:19 +0000 (+0000) Subject: Change role name for Manager GUI access to manager-gui to align with planned changes... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8d7e9e2aeeae286bd728a3af02ad3181a70bea3b;p=tomcat7.0 Change role name for Manager GUI access to manager-gui to align with planned changes to Tomcat 5/6 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@943290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/manager/401.jsp b/webapps/manager/401.jsp index caab47f2f..8fb2cfd57 100644 --- a/webapps/manager/401.jsp +++ b/webapps/manager/401.jsp @@ -39,13 +39,13 @@ file must contain the credentials to let you use this webapp.

- For example, to add the manager role to a user named + For example, to add the manager-gui role to a user named tomcat with a password of s3cret, add the following to the config file listed above.

-<role rolename="manager"/>
-<user username="tomcat" password="s3cret" roles="manager"/>
+<role rolename="manager-gui"/>
+<user username="tomcat" password="s3cret" roles="manager-gui"/>
 

Note that for Tomcat 7 onwards, the roles required to use the manager @@ -54,7 +54,7 @@ the functionality you wish to access.