> 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.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to