Linux cannot log on to the admin interface after installing Tomcat

Source: Internet
Author: User

 Today, after installing Tomcat in Linux, you will not be able to login to the Tomcat management interface and you cannot deploy the project with the Tomcat management interface.

After Tomcat is generally configured in Windows, you can configure it as follows in the "Tomcat-user.xml" file in the "conf" Directory:

<username= "admin"  password= "admin"  roles= " Manager-gui "/>

But I also in the Linux configuration, but want to login to the management interface is 403 access Define Access denied, in the online various checks, finally found a reliable method:

Solve:

We must also go to "conf"---> "Catalina"---> "localhost" to see if there is "manager.xml", if not, then we will use VI or VIM command to create a new one, the following code to copy it:

    <? XML version= "1.0" encoding= "UTF-8" ?>      <  antiresourcelocking= "false"  privileged= "true"/>   

When you're done, restart Tomcat.

Linux cannot log on to the admin interface after installing Tomcat

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.