I think that means you are deploying a servlet.jar (or servlet_api.jar) for
an earlier version of Servlet/JSP than what your servlet engine is running.
i.e. including a 2.3 jar on a Tomcat using 2.4.

The servlet.jar is typically only required as a build-time dependency and
shouldn't be included as a runtime dependency.


On 2/22/06, Jason Suplizio <[EMAIL PROTECTED]> wrote:
>
> I noticed this in my log...
> WebappClassLoader: validateJarFile
> (C:\eclipse\workspace\project\web\WEB-INF\lib\servlet.jar) - jar not
> loaded.
> See Servlet Spec 2.3, section 9.7.2. Offending class:
> javax/servlet/Servlet.class
>
>
>

Reply via email to