> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: Do multiple Hosts force multiple instances of webapps?
> 
> The first <Host> defined is the "default host".

No - the defaultHost is the defined by the defaultHost attribute of the 
<Engine>.  It can be any of the <Host> elements.

> To make a longer story shorter, just do this :
> - remove the second <Host>
> - add 3 aliases to the first "localhost" Host :
>  >           <Alias>www.mydomain.com</Alias>
>  >           <Alias>123.123.123.123</Alias>
>              <Alias>mydomain.com</Alias>

Or, just use one <Host> and no aliases.  What you're suggesting is 
unnecessarily complex and serves no real purpose.

 - 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