with following config, I can reach:

www.example.com:8080
but not
http://example.com:8080

if I make the host name 'example.com' and alias 'www.example.com', then I
can reach http://example.com but not www.example.com

Am I missing something here? it is a tomcat 6

< Host name="www.example.com"    appBase="apps"
                      unpackWARs="true" autoDeploy="true"
                      xmlValidation="false" xmlNamespaceAware="false" >
       <alias>example.com</alias>
< /Host>


-- 
View this message in context: 
http://www.nabble.com/host-alias-in-tomcat-6-tp25823898p25823898.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to