Re: host alias in tomcat 6

2009-10-09 Thread Angelo Chen
Thanks, you are right, it works now. Hassan Schroeder-2 wrote: > > On Fri, Oct 9, 2009 at 9:15 AM, Angelo Chen > wrote: > >> Am I missing something here? >> >> < Host name="www.example.com"    appBase="apps" >>                      unpackWARs="true" autoDeploy="true" >>                      xm

RE: host alias in tomcat 6

2009-10-09 Thread Caldarale, Charles R
> From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] > Subject: host alias in tomcat 6 > > with following config, I can reach: > > www.example.com:8080 > but not > http://example.com:8080 What does "reach" mean? What status do you see in your browser? Do you have both www.example.com and ex

Re: host alias in tomcat 6

2009-10-09 Thread Hassan Schroeder
On Fri, Oct 9, 2009 at 9:15 AM, Angelo Chen wrote: > Am I missing something here? > > < Host name="www.example.com"    appBase="apps" >                      unpackWARs="true" autoDeploy="true" >                      xmlValidation="false" xmlNamespaceAware="false" > >       example.com If this is