Linux access to the Tomcat Administration page is authorized to view for this page 403 (real available)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.