Skip to content

Instantly share code, notes, and snippets.

@crstn
Created October 15, 2015 14:51
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 crstn/2daac7483501c8b8beda to your computer and use it in GitHub Desktop.
Save crstn/2daac7483501c8b8beda to your computer and use it in GitHub Desktop.
Tomcat user configuration for Strabon
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1.0">
<user username="endpoint" password="endpoint" roles="manager"/>
</tomcat-users>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment