Angelo Chen wrote: > I have a tomcat 6 running, with following host defined in the server.xml, I > can access my app with : > > http://abc.dyndns.org > > but not: > > http://www.abc.dyndns.org > > the above will always bring out the default apache page, > > any idea? Thanks. > > Angelo > > <Host name="abc.dyndns.org" appBase="abcapps" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" > xmlNamespaceAware="false" > > <alias>www.abc.dyndns.org</alias> > </Host>
It's <Alias>, not <alias>. Case matters. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]