> From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] 
> Subject: RE: Multiple Tomcat Instances with Multiple IPs

> the very 1st time I ONLY changed ALL of the Connector ports 
> to add address="xxx.xx.x.xx".

Since you didn't change the shutdown port on the second Tomcat instance, it 
would not have started properly; you should be able to see that in the logs.  
Also, since you have configured Tomcat to use a specific IP address, you must 
use that IP address (or its DNS equivalent) from any client you want to access 
that Tomcat - even if the client is on the same machine as Tomcat. 

> /etc/hosts has the new IP address, but it has a typo for the fqn.

That shouldn't matter, unless your client is running on the machine with the 
incorrect /etc/hosts *and* you use the what the DNS name should be.  Tomcat 
itself doesn't care what's in /etc/hosts, only DNS lookup does.

> Also for the shutdown port, should I use a different port #
> --since I have 2 tomcat instances installed and it only 
> listens on the 127.0.0.1.?

Not should, must.

 - 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