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