Created
August 3, 2015 21:06
-
-
Save jardineworks/455e0ad6b7411db162ae to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<tomcat-users> | |
<role rolename="tomcat" /> | |
<role rolename="manager-gui" /> | |
<role rolename="manager-script" /> | |
<role rolename="manager-jmx" /> | |
<role rolename="manager-status" /> | |
<user | |
password="tomcat" | |
roles="tomcat,manager-gui,manager-script,manager-jmx,manager-status" | |
username="tomcat" | |
/> | |
</tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment