RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Michael Hencin
e a great help. Mike -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 3:11 PM To: Tomcat Users List Subject: RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20 > From: John Langan [mailto:[EMAIL PROTECTED] > Subject: RE: Webapp runs on

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread John Langan
Will do. Thanks for the info. John. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 4:11 PM To: Tomcat Users List Subject: RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20 > From: John Langan [mailto:[EMAIL PROTECTED] > Subje

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Caldarale, Charles R
> From: John Langan [mailto:[EMAIL PROTECTED] > Subject: RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20 > > I have META-INF/context.xml in my app, which contains the following. > > > WEB-INF/web.xml > META-INF/context.xml > > The path attribut

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread John Langan
s the following. WEB-INF/web.xml META-INF/context.xml Thanks again for the help. John. -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 3:00 PM To: Tomcat Users List Subject: RE: Webapp runs on Tomcat 5.5.9 but not 5

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Larry Isaacs
Just in case, does your web application display a directory listing in 5.5.9? If so, be aware that directory listings have been turned off in conf/web.xml for 5.5.20 (I forget in which version this occurred) due to the potential of a DOS attack if your web application contains lots of files. Othe

Re: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread John McPeek
Hi John, Are you running this with WTP in eclipse? I see that Chuck was talking about the tag. WTP puts the tag in the server.xml like days gone by. This may be related to your situation. John From: John Langan [mailto:[EMAIL PROTECTED] Subject: Webapp runs on Tomcat 5.5.9 but not 5.5.20

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Caldarale, Charles R
> From: John Langan [mailto:[EMAIL PROTECTED] > Subject: Webapp runs on Tomcat 5.5.9 but not 5.5.20 > > I have tried various things with no luck including editing > C:\apache-tomcat-5.5.20\conf\server.xml, You should not be putting tags in conf/server.xml. > C:\apache-tomcat-5.5.20\conf\Catali