G'day,
I have the following Host setup in server.xml:-
...
<Host name="cjugaustralia.org" appBase="cjugapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Alias>www.cjugaustraila.org</Alias>
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
prefix="cjug_access_log." suffix=".txt" pattern="common"
resolveHosts="false"/>
</Host>
</Engine>
I can happily access http://cjugaustralia.org but
http://www.cjugaustralia.org shows the default localhost apache tomcat
page, so it seems to be completely ignoring the <Alias>
Any thoughts on what is happening here? BTW I have a few virtual host
set up in this server.xml all work, but none have Alias tags.
Cheers,
Peter.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org