Configure multiple Tomcat to run simultaneously under CentOS

Source: Internet
Author: User
Tags server port

First install the JDK, download good tomcat, my is apache-tomcat-7.0.50, do not specifically configure the environment variables such as Catalina_2_base,catalina_2_home.

Unzip the Tomcat into Linux two different folders, and then turn the Server.xml on the respective conf to modify the shutdown port and the boot port. This allows you to run two tomcat at the same time under Linux. Running more Tomcat methods is the same.

<server port= "
8005
"shutdown=" shutdown "><connector port="
8888
"Protocol=" http/1.1 "               connectiontimeout=" 20000 "               redirectport=" 8443 "/><connector Port= "
8009
"Protocol=" ajp/1.3 "redirectport=" 8443 "/>

After the start of the good sometimes can not open the page, it may be iptables blocked the port, incidentally, iptables open and close.

1. Linux firewall (Iptables) reboot system in effect

    1. Open: Chkconfig iptables on
    2. OFF: Chkconfig iptables off

2.Linux Firewall (Iptables) takes effect immediately and fails after reboot

    1. Open: Service iptables start
    2. Close: Service iptables stop

It should be stated that for other services under Linux, the above command can be used to perform the open and close operations.

When the Linux firewall (Iptables) is turned on, do the following to open ports 25 and 110,

Modify the/etc/sysconfig/iptables file to add the following:

    1. -A rh-firewall-1-input-m state--state new-p tcp-m TCP--dport--syn-j ACCEPT
    2. -A rh-firewall-1-input-m state--state new-p tcp-m TCP--dport--syn-j ACCEPT

Configure multiple Tomcat to run simultaneously under CentOS

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.