Dave Cherkassky wrote:
...
Just a note : in the setup you showed, most if not all <Alias> tags are
unnecessary, since they just duplicate the name you have in the <Host>
tag. You need an <Alias> tag only if you want to access the same virtual
host through different DNS names.
Like :
<Host name="www.company.com" ...>
<Alias>bigserver.company.com</Alias>
<Alias>sun03.company.com</Alias>
...
</Host>
Considering how java works, you'd probably be saving yourself a few
dozen object instances just by removing those <Alias> things..
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org