TOMCAT8 Configuring online Management app Features

Source: Internet
Author: User

Under TOMCAT8, more attention is paid to safety. If you want to use the administration console to deploy your app, you need to modify more configurations.

    • In the $tomcat_base$/webapps/manager/meta-inf/context.xml
Adding "|10.\d+\.\d+\.\d+" means that the IP address is 10.*.*.* can access the console's manager App, otherwise only the server can access
<antiresourcelocking= "false"  privileged= "true">   <className= "Org.apache.catalina.valves.RemoteAddrValve"          Allow= "127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1|10.\d+\.\d+\.\d+"/> </ Context >

    • In $tomcat_base$/conf/tomcat-users.xml, add management roles and account configuration
<rolerolename= "Manager-gui"/><rolerolename= "Manager-script"/><rolerolename= "MANAGER-JMX"/><rolerolename= "Manager-status"/><Userusername= "Tomcat"Password= "Tomcat"Roles= "Manager-gui,manager-script,manager-jmx,manager-status"/>

    • Once configured, restart Tomcat.

TOMCAT8 Configuring online Management app Features

Related Article

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.