Mathias P.W Nilsson wrote:
> The problem is this.
> 
> I would like to set up 3 connector that points to 3 different domains
> One Host element and many aliases. Can this be done? The connectors are
> https.
> 
> <Connector port="443" ...... address="....1"/>
> <Connector port="443" ...... address="....2"/>
> <Connector port="443" ...... address="....3"/>
> 
> <Host ="localhost">
>   <Alias></Alias>
> </Host>

yes it can, you just need to set your hostname to be the default host in
the Engine element.

 <Engine defaultHost="defaulthostname" ... >

 <Host name="defaulthostname" ... >

 - assuming you want to determine the application's response per domain
yourself.


p


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to