> From: Ran Li [mailto:[EMAIL PROTECTED] 
> Subject: multiple Tomcat on one host with multiple IPs using 
> the same port
> 
> I need to setup 4 Tomcat on one host, this host has multiple 
> IPs, is it possible to set them up with multiple IPs using 
> the same listening port 8080?

Assuming you want each instance of Tomcat to use a separate IP address,
you must configure the desired IP address in each <Connector> element of
each Tomcat.  By default, the <Connector> address is 0.0.0.0, which
indicates all IP addresses configured for the box.  The <Host> elements
do not need to be changed.  Look here for details:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to