> From: Mathias P.W Nilsson [mailto:[EMAIL PROTECTED] > Subject: Re: Share war file / virtual hosts > > <Engine name="Catalina" defaultHost="localhost"> > <Host name="localhost" appBase="webapps" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > <Alias>www.domain1.se</Alias> > <Alias>www.domain1.com</Alias> > <Alias>www.domain2.se</Alias> > </Host> > </Engine> > > There baught from Thawte with the > www.domain1.se, www.domain1.com, www.domain2.se
Now that's a different problem - you have three certificates, one for each domain. Each domain must have a separate IP address, and you need a <Connector> for each IP address. You do not need the <Alias> elements at all. - 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]