Guest User

Untitled

a guest
Jan 25th, 2018
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. How to set username and password for Tomcat 9.0.2 in macOs.
  2.  
  3. i tried with role admin and manager-gui
  4.  
  5. <role rolename="tomcat"/>
  6. <role rolename="role1"/>
  7. <role rolename="manager-gui"/>
  8. <role rolename="admin"/>
  9. <user username="tomcat" password="<must-be-changed>" roles="tomcat"/>
  10. <user username="both" password="<must-be-changed>" roles="tomcat,role1"/>
  11. <user username="rakesh" password="123" roles="manager-gui,admin"/>
Add Comment
Please, Sign In to add comment