Hi As u suggested, i removed servletapi-2.2.jar from WEB-INF/lib.Then I am not getting the error but, I am not shown anything on the web browser when i run . Can you tell me where could be the problem?
thanks Regards Raja Rao On Mon, 2004-04-12 at 15:47, Kazuhito SUGURI wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
