> From: John Gardner [mailto:[EMAIL PROTECTED] 
> Subject: Re: Multiple SSLs with multiple paths?
> 
> I have two static IP addresses, ss there any way I can point one
> connector to ROOT and the other to another another webapp?  For
> instance, if I used a Virtual Host, I could use the appBase=""
> attribute, is there a way of doing this?

Sounds like what you really need is two <Host> elements, not multiple
SSL <Connector>s.  Each <Host> can have its own appBase and therefore
its own ROOT context.  You may need to configure <Alias> elements within
each <Host> to catch all the potential ways in.

 - 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