Created
May 5, 2015 15:18
-
-
Save JBlond/9d213b90ea0fe060aa74 to your computer and use it in GitHub Desktop.
tomcat users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='utf-8'?> | |
<tomcat-users> | |
<!-- | |
NOTE: By default, no user is included in the "manager-gui" role required | |
to operate the "/manager/html" web application. If you wish to use this app, | |
you must define such a user - the username and password are arbitrary. | |
--> | |
<role rolename="tomcat"/> | |
<role rolename="admin"/> | |
<role rolename="manager-gui"/> | |
<role rolename="manager-script"/> | |
<role rolename="manager-jmx"/> | |
<role rolename="manager-status"/> | |
<role rolename="admin-gui"/> | |
<user username="admin" password="admin" roles=",admin-gui,admin,manager-gui,manager-script,manager-jmx,manager-status"/> | |
</tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment