file must contain the credentials to let you use this webapp.
</p>
<p>
- For example, to add the <tt>manager</tt> role to a user named
+ For example, to add the <tt>manager-gui</tt> role to a user named
<tt>tomcat</tt> with a password of <tt>s3cret</tt>, add the following to the
config file listed above.
</p>
<pre>
-<role rolename="manager"/>
-<user username="tomcat" password="s3cret" roles="manager"/>
+<role rolename="manager-gui"/>
+<user username="tomcat" password="s3cret" roles="manager-gui"/>
</pre>
<p>
Note that for Tomcat 7 onwards, the roles required to use the manager
the functionality you wish to access.
</p>
<ul>
- <li><tt>manager</tt> - allows access to the HTML GUI and the status
+ <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
pages</li>
<li><tt>manager-script</tt> - allows access to the text interface and the
status pages</li>
<url-pattern>/html/*</url-pattern>
</web-resource-collection>
<auth-constraint>
- <role-name>manager</role-name>
+ <role-name>manager-gui</role-name>
</auth-constraint>
</security-constraint>
<security-constraint>
<url-pattern>/status/*</url-pattern>
</web-resource-collection>
<auth-constraint>
- <role-name>manager</role-name>
+ <role-name>manager-gui</role-name>
<role-name>manager-script</role-name>
<role-name>manager-jmx</role-name>
<role-name>manager-status</role-name>
<description>
The role that is required to access the HTML Manager pages
</description>
- <role-name>manager</role-name>
+ <role-name>manager-gui</role-name>
</security-role>
<security-role>
<description>