Re: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found

2008-02-01 Thread David Smith
The jars in server/lib and common/lib aren't the only jars important to tomcat. Also look at the jars in the bin directory and take care to remove older jars that have the same classes as the 5.5 release. It might work to upgrade this way if you do a more thorough replacement. Also I

Re: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found

2008-02-01 Thread Konstantin Kolinko
The file /javax/servlet/resources/web-app_2_3.dtd is in servlet-api.jar in common/lib, both in 5.5.25 and 5.5.20. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found

2008-01-31 Thread George Payne
I upgraded from 5.5.20--5.5.25 (RH linux) by copying new jars to /common/lib and /server/lib I then got these errors. Is this a bug in 5.5.25, or some sort of problem with my upgrade method? I'm now back to 5.5.20 jars and working fine again, but I'd like to upgrade. Any suggestions?

Re: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found

2008-01-31 Thread Martin Gainty
: Thursday, January 31, 2008 8:09 PM Subject: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found I upgraded from 5.5.20--5.5.25 (RH linux) by copying new jars to /common/lib and /server/lib I then got these errors. Is this a bug in 5.5.25, or some sort of problem

RE: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found

2008-01-31 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: Upgrading to 5.5.25 causes File /javax/servlet/resources/web-app_2_3.dtd not found TC 5.5.25 servlet spec jumped to Servlet Spec 2.4/ JSP Spec 2.0 That jump was from 5.0.x to 5.5.x, not 5.5.20 to 5.5.25. - Chuck