The username and password of the Tomcat server management interface are missing.

Source: Internet
Author: User
Tomcat server http: // localhost: 8080/
In this way, you need to enter the user name and password after clicking the manager app to enter the management application interface.
I forgot my username and password.
Solution:
Go to the Apache-Tomcat-7.0.53 \ conf directory
Open this file tomcat-users.xml
Configure as follows:

Before the </tomcat-users> node

<Role rolename = "Manager-Gui"/> <User Username = "admin" Password = "admin" roles = "Manager-Gui"/>

Save the configuration and restart the Tomcat server.
Access http: // localhost: 8080/
Click the manager app and enter the User Name Admin and password admin to go to the management application page.

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.