Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!-- /volume1/@appstore/Tomcat7/src/conf/tomcat-users.xml -->
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <tomcat-users>
  4. <role rolename="manager-gui"/>
  5. <role rolename="manager-script"/>
  6. <role rolename="manager-jmx"/>
  7. <role rolename="manager-status"/>
  8. <role rolename="admin-gui"/>
  9. <role rolename="admin-script"/>
  10. <user username="admin" password="admin" roles="manager-gui,manager-script,manager-jmx,manager-status,admin-gui,admin-script"/>
  11. </tomcat-users>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement