> From: Je suis la poubelle [mailto:laps...@gmail.com] 
> Subject: Re: How to make Tomcat serve/listen to one more port?
> 
> wondering if copy-n-paste the connector section
> in server.xml and change the port value is enough

That's usually all that's needed for the <Connector> portion.

> Did you mean/imply that even if I manage to "connect" 
> Tomcat to the port I wanted, but if I don't use virtual
> hosts, both connectors would just serve the same webpages?

Correct; the <Host> element is equivalent to a web site, the <Connector>s just 
feed the <Host>s, based on the name and <Alias>.

 - 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