Guest User

Untitled

a guest
Jan 7th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Tomcat Users Config
  2. At `conf/tomcat-users.xml`:
  3. ````
  4. <role rolename="admin-gui"/>
  5. <user username="tomcat" password="s3cret" roles="admin-gui,another-role"/>
  6. ````
  7. ### Available roles:
  8. - **manager-gui** - allows access to the HTML GUI and the status pages
  9. - **manager-script** - allows access to the text interface and the status pages
  10. - **manager-jmx** - allows access to the JMX proxy and the status pages
  11. - **manager-status** - allows access to the status pages only
Add Comment
Please, Sign In to add comment