Skip to content

Instantly share code, notes, and snippets.

@rashidi
Created October 10, 2011 14:16
Show Gist options
  • Save rashidi/1275429 to your computer and use it in GitHub Desktop.
Save rashidi/1275429 to your computer and use it in GitHub Desktop.
Sample of tomcat-users.xml for Spring Insight
<?xml version="1.0"?>
<tomcat-users>
<role rolename="insight_admin" />
<role rolename="insight" />
<user username="insight" password="admin" roles="insight, insight_admin" />
</tomcat-users>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment