You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Muffett <ma...@muffett.net> on 2001/09/28 10:46:28 UTC

Tomcat 4.0 - Virtual Hosts & Aliases

Has anyone got aliases to work? or is there a bug?

My server.xml has:

    <Host name="sota" debug="9" appBase="webapps" unpackWARs="true">
       <Alias name="sota.silly.domain.net" />

        ....
        </Host>

http://sota works, http://sota.silly.domain.net goes to the default domain
(not to sota).

Thanks for any help

Mark Muffett