> From: Shyam Anand [mailto:struts_new...@yahoo.com]
> Subject: Configuring alternate host and port on Tomcat server
> - newbie question
>
> I would like to configure the second instance
> to work with a secondary IP/alternate host and
> port 443 on the same machine.

By default, Tomcat listens on IP address 0.0.0.0, meaning every IP address 
configured for the TCP/IP stack on the system.  You'll need to set the address 
attribute of all <Connector> elements for each Tomcat to use the specific IP 
address you want for each one.
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Standard%20Implementation

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to