> From: John Gardner [mailto:[EMAIL PROTECTED] 
> Subject: Re: Multiple SSLs with multiple paths?
> 
> It's a nice idea, but Tomcat won't allow you to have multiple SSLs 
> without having separate static IP addresses and therefore two <Host> 
> elements won't actually work, it HAS to be within the 
> <Connector> element.

Perhaps I'm being dense, but I don't see what's preventing you from
having multiple SSL <Connector> elements AND multiple <Host> elements
within the same <Engine>.  The requests will be routed to the proper
<Host> based on matching the DNS name of the interface or the IP
address, which should be specified as an <Alias> on the appropriate
<Host>.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to