Guest User

Untitled

a guest
Jun 29th, 2018
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <tomcat-users>
  2. <!--
  3. <role rolename="tomcat"/>
  4. <role rolename="role1"/>
  5. <user username="tomcat" password="tomcat" roles="tomcat"/>
  6. <user username="both" password="tomcat" roles="tomcat,role1"/>
  7. <user username="role1" password="tomcat" roles="role1"/>
  8. -->
  9.  
  10. <role rolename="manager-gui"/>
  11. <user username="admin" password="admin" roles="manager-gui"/>
  12.  
  13. </tomcat-users>
Add Comment
Please, Sign In to add comment