Ava Code Collection code authorized to view ThisPage. If you have not changed any configuration files, please examine the file Conf/tomcat-users.xmlinchYour installation. That file would contain the credentials ThisWebApp. You'll need to add Manager role to the config file listed above. For example:<role rolename="Manager"/> <user username="Tomcat"password="S3cret"roles="Manager"/>For more information-Please see the Manager App how-to.
Workaround:
Tomcat-users.xml File Contents:
<?xml version= ' 1.0 ' encoding= ' utf-8 '?>
<tomcat-users>
<role rolename= "Manager"/>
<user username= "admin" password= "admin" roles= "manager"/>
</tomcat-users>
Contents of the Context.xml file:
<Context>
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<manager pathname= "/manager" debug= "0" privileged= "true" docbase= "/home/oracle/tomcat/apache-tomcat-6.0.18/ Webapps/manager "/>
<valve classname= "Org.apache.catalina.valves.CometConnectionManagerValve"/>
</Context>
Linux access to the Tomcat Administration page is authorized to view for this page 403 (real available)