> From: Martin Gainty [mailto:[email protected]] > 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 presence and ignore it, older ones will only be confused by it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
