Advertisement
codeuniv

Tomcat Manager - enable

Jun 11th, 2019 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. Tomcat
  2.  
  3. conf/tomcat-users.xml
  4.  
  5. <role rolename="manager-gui"/>
  6. <user password="admin" roles="manager-gui" username="admin"/>
  7.  
  8. **************************************************************
  9.  
  10.     <role rolename="manager-gui"/>
  11.     <role rolename="manager-script"/>
  12.     <user password="password" roles="manager-gui,manager-script" username="admin"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement