apache-tomcat-7.0.70 Unable to access Manager Admin App Project

Source: Internet
Author: User
Locate the Tomcat-user.xml file in the Conf folder in the Tomcat folder, open it with Notepad, and at the bottom you can see that Tomcat has commented out the user by default, that is, opening the Tomcat homepage is not going to manage the page.
Here's how:
Found it
<!--
<role rolename= "Tomcat"/>
<role rolename= "Role1"/>
<user username= "Tomcat" password= "Tomcat" roles= "Tomcat"/>
<user username= "Both" password= "Tomcat" roles= "Tomcat,role1"/>
<user username= "Role1" password= "Tomcat" roles= "Role1"/>
-
Remove the top <!--and the bottom
In <role rolename= "Role1"/> This line add <role rolename= "Manager-gui"/>
Added after <user username= "Role1" password= "Tomcat" roles= "Role1"/>
<user username= "Manager" password= "Your Own password" roles= "Manager-gui"/>
Restart Tomcat, go to admin page, user name: Manager, password: your own password

apache-tomcat-7.0.70 Unable to access Manager Admin App Project

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.