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

Related Post

See Servlet Spec 2.3, section 9.7.2
nested exception is java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher
javax.servlet.ServletException: javax.naming.NameNotFoundException: Name comp is not bound in this Context
nested exception is java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel /HSSFCellStyle
What is a critical section in embedded software programs?

Comments

One Response to “See Servlet Spec 2.3, section 9.7.2”

  1. Geek on January 27th, 2009 11:06 pm

    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.

Leave a Reply