Re: host alias in tomcat 6

2009-10-09 Thread Angelo Chen
. XML is case > sensitive. > > -- > Hassan Schroeder hassan.schroe...@gmail.com > twitter: @hassan > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.a

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

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

host alias in tomcat 6

2009-10-09 Thread Angelo Chen
t name="www.example.com"appBase="apps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false" > example.com < /Host> -- View this message in c