Thanks!   To both Chuck & Andre.
Not only does the simple solution work, but I understand a tiny bit more.

Have a good night.
Ken

On Apr 7, 2009, at 7:20 PM, Caldarale, Charles R wrote:

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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to