Just to get this straight.
Suppose I have this Host setting in server.xml
<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>
How can I make 3 connectors to match this. There baught from Thawte with the
www.domain1.se, www.domain1.com, www.domain2.se
--
View this message in context:
http://www.nabble.com/Share-war-file---virtual-hosts-tp19605902p19613482.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]