> From: Dave Filchak [mailto:sub...@zuka.net]
> Subject: Re: Configuration help with tomcat connectors
> 
> If I set it up as localhost now, what is the impact if, 
> in the future, I need to add other hosts?

One <Host> must be the defaultHost, so its name is irrelevant other than it 
must match the defaultHost setting for the <Engine>.  Requests that don't match 
other <Host> names will be processed by the defaultHost, regardless of its name 
value.

> > Can you access the Tomcat examples and other webapps distributed
> > with Tomcat via port 8080?

You haven't answered the above question yet.

> I was having trouble getting the two servers to play nice while 
> both are on port 80, even though I put Tomcat on a different IP.

Post your modified server.xml using the different IP address.  You will need to 
specify the IP address in each <Connector> element in order to avoid the 
default of 0.0.0.0 (all IP addresses).

 - 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