Advertisement
Guest User

Untitled

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