Hi,

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>


-- 
View this message in context: 
http://www.nabble.com/tomcat-6-%3A-why-I-can%27t-access-my-site-with-www.--tp18335132p18335132.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to