Caldarale, Charles R wrote:
>> From: Gregor Schneider [mailto:rc4...@googlemail.com] 
>> Subject: Re: Lazy Virtual Hosting?
>>
>> However, since I'll have to use Authentication (see my other post),
>> thus needing SSL, I guess I have to setup a HTTP-Connector for each
>> of them.
> 
> Depends on how much separation you want.  If you're using a self-signed 
> certificate, then the same one should suffice for all of your sites.  If you 
> want real certificates, then you'll need a separate <Connector> for each 
> site, assigned to the IP address for that site.  Clients won't be able to 
> login with an IP address, but that's probably not a big deal.
> 
> If you really want to have a separate <Connector> for each site with no 
> potential for cross-talk, you'll actually need a separate <Service> element 
> for each.  Alternatively, a <Valve> at the <Engine> level would probably 
> suffice to prevent mixing of IP addresses and site names.
The simplest way to achieve this would be to use an <Alias> element under each
<Host> element that specifies the IP address for that host.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to