Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created February 25, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javaeeeee/3a0698862d61253ac8c3bf8fc08d3b4c to your computer and use it in GitHub Desktop.
Save javaeeeee/3a0698862d61253ac8c3bf8fc08d3b4c to your computer and use it in GitHub Desktop.
A Tomcat configuration file
<?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