-
-
Save i-amolo/9abe5e5ea8f0f49dcb79a595575b2179 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