![]() |
![]() |
||||
This page shows errors where a validateJarFile warning is thrown and how to fix them.
Table of Contents
In this case the container refuses to load the JAR file, although it will still continue loading the other JAR files in the project, and may even be able to start the application successfully, despite this warning.
2/11/2007 19:28:21 org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive yourwar.war 2/11/2007 19:28:21 org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(/path/to/app/WEB-INF/lib/servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class