Recently i've installed an apache tomcat 8. my tomcat-users.xml contains this:
<tomcat-users>
<role rolename="admin-gui"/>
<user username="tomcat" password="pass1234" roles="admin-gui"/>
</tomcat-users>
I want to enable openning manager app and server status on this user too. can anyone help me on this ?