Advertisement
Guest User

Untitled

a guest
May 18th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.69 KB | None | 0 0
  1. <tomcat-users>
  2. <!--
  3.  NOTE:  By default, no user is included in the "manager" role required
  4.  to operate the "/manager" web application.  If you wish to use this app,
  5.  you must define such a user - the username and password are arbitrary.
  6. -->
  7. <!--
  8.  NOTE:  The sample user and role entries below are wrapped in a comment
  9.  and thus are ignored when reading this file. Do not forget to remove
  10.  <!.. ..> that surrounds them.
  11. -->
  12.  
  13.  
  14.  
  15.  
  16.   <role rolename="tomcat"/>
  17.   <role rolename="role1"/>
  18.   <user username="tomcat" password="tomcat" roles="tomcat"/>
  19.   <user username="both" password="tomcat" roles="tomcat,role1"/>
  20.   <user username="role1" password="tomcat" roles="role1"/>
  21.  
  22. </tomcat-users>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement