Last active
August 29, 2015 14:13
-
-
Save ivanursul/dc18ff0a37a5451fa94f to your computer and use it in GitHub Desktop.
tomcat-users.xml for www.ivanursul.com
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> | |
| <role rolename="manager-gui"/> | |
| <role rolename="manager-script"/> | |
| <user username="admin" password="password" roles="manager-gui,manager-script" /> | |
| </tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment