You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul Singleton <pa...@jbgb.com> on 2005/06/05 23:50:21 UTC

multiple virtual HTTPS hosts (5.5.9)

With 5.5.9 (or the latest 5.0.x?) should I be able
to configure more than one virtual HTTPS host, each
with its own root certificate?  e.g.

<Server port="8005" shutdown="SHUTDOWN">

     <Service name="ABC">
         <Connector address="195.108.201.212" port="8443"
           scheme="https" secure="true"/>
         <Engine name="ABC" defaultHost="abc.co.uk">
             <Host name="abc.co.uk" appBase="webapps">
                 <Context path="" docBase="abc"/>
             </Host>
         </Engine>
     </Service>

     <Service name="XYZ">
         <Connector address="195.108.201.213" port="8443"
           scheme="https" secure="true"/>
         <Engine name="XYZ" defaultHost="xyz.co.uk">
             <Host name="xyz.co.uk" appBase="webapps">
                 <Context path="" docBase="xyz"/>
             </Host>
         </Engine>
     </Service>

</Server>

Currently I am having problems with IP address bindings
and multiple certificates in one keystore (sould perhaps
get around this with multiple keystores).

Has anyone got this to work?  If so, how (please!!!)

NB TC runs under Fedora Core 3 and Sun's JDK 1.5.0_02

Paul Singleton


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.2 - Release Date: 4/Jun/2005


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org