Advertisement
Guest User

CC-XML

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