Skip to content

Instantly share code, notes, and snippets.

@jlamoree
Created May 9, 2013 15:39
Show Gist options
  • Save jlamoree/5548264 to your computer and use it in GitHub Desktop.
Save jlamoree/5548264 to your computer and use it in GitHub Desktop.
An Apache Tomcat user database template
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager-gui"/>
<user username="admin" password="admin" roles="manager-gui"/>
</tomcat-users>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment