RE: Servlet Spec2.3 error

2008-12-17 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: Servlet Spec2.3 error > > taking Servlet<-api>.jar out of WEB-INF/lib fixes the error As it should. You must not have *any* version of the servlet-api.jar in WEB-INF/lib. Newer versions of Tomcat detect its pres

Servlet Spec2.3 error

2008-12-17 Thread Martin Gainty
Ive noticed if the Wrong version of Servlet<-api>.jar is loaded into WEB-INF/lib I'll see "Servlet Spec 2.3 Error" AND "offending class is ..HttpServlet.class" taking Servlet<-api>.jar out of WEB-INF/lib fixes the error I *thought* TC Classloader looked in server/lib then ONLY if correct version