Hi Raja,

In article <[EMAIL PROTECTED]>,
12 Apr 2004 15:36:24 +0530,
rajaraob <[EMAIL PROTECTED]> wrote: 
rajaraob> WebappClassLoader:
rajaraob> 
validateJarFile(/gale/developers/ravi/scirc/build/webapps/../war/WEB-INF/lib/servletapi-2.2.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class

I guess, drop servletapi-2.2.jar from your WEB-INF/lib.
The Servlet Spec 2.3, section 9.7.2 says:
        The classloader that a container uses to load a servlet in a WAR
        must allow the developer to load any resources contained in
        library JARs within the WAR following normal J2SE semantics
        using getResource.
        It must not allow the WAR to override J2SE or Java servlet API classes.

Regards,
----
Kazuhito SUGURI
mailto:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to