See Servlet Spec 2.3, section 9.7.2
validateJarFile(C:\jboss\server\default\.\tmp\deploy\tmp49777abc-exp.war\WEB-INF\lib\servlet.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
January 27, 2009 | Filed Under J2ee
Related Post
Comments
One Response to “See Servlet Spec 2.3, section 9.7.2”
Leave a Reply
You may be having one servlet.jar in your application(WEB-INF/lib) and another is provided by server (tomcat etc). Remove servlet.jar from your application and then try.