> From: Je suis la poubelle [mailto:[email protected]] 
> Subject: Re: How to make Tomcat serve/listen to one more port?
> 
> I can't see how a host can use such and such connector!? 

You can't, nor do you need to.  All <Host> elements share all <Connector>s 
within a <Service>.  The content of the URL will select the proper <Host>.  As 
I said before, you don't really need to separate the web sites by port number; 
one <Connector> will suffice.  You *must* however, have different web site 
names (even if they resolve to the same IP address) in order to allow the 
differentiation to work.

If you insist on differentiating by port number alone, you have to create 
multiple <Service> elements, each with their own <Connector>, <Engine>, and 
<Host> elements.

 - 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to