> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: newbie: multiple ports for same tomcat server 5.0
> 
> What you have above, graphically (*), is like this :

Nice pictures.  (The lost art of ASCII art.)

> You just need to duplicate this section, and change one attribute :
>  >     <Connector URIEncoding="UTF-8" acceptCount="100"
>  > connectionTimeout="20000" disableUploadTimeout="true" port="8082"
>  > redirectPort="8443" maxSpareThreads="75" maxThreads="150"
>  > minSpareThreads="25">
>  >     </Connector>

One addition: you might want to use an address attribute in each <Connector> to 
limit which IP addresses Tomcat will listen on, and avoid port conflicts.

 - 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