Created
February 25, 2017 20:26
-
-
Save javaeeeee/3a0698862d61253ac8c3bf8fc08d3b4c to your computer and use it in GitHub Desktop.
A Tomcat configuration file
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 xmlns="http://tomcat.apache.org/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"> | |
<role rolename="manager-gui"/> | |
<user password="1" roles="manager-gui,manager-script,admin" username="admin"/> | |
</tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment