The error message is pretty descriptive. A good start would be to check out section 9.7.2 of the servlet 2.3 spec [1]. I would also try to open the jar file and see what kind of classses are inside it.
Nils-H [1] - http://jcp.org/aboutJava/communityprocess/final/jsr053/index.html On Thu, Jun 19, 2008 at 3:09 PM, Dhandapani Ponnurangam <[EMAIL PROTECTED]> wrote: > Hi all, > > Am using J2EE 1.5, Servlet 2.4, JSP 2.0 and am trying to plugin GWT into > Struts 2.0 > > I find my gwt jars not loaded due to some reason and following is the error > message i get > > INFO: > validateJarFile(C:\Netbeans\StrutsWithGWT2Tomcat\build\web\WEB-INF\lib\gwt-dev-windows.jar) > - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: > javax/servlet/Servlet.class > Jun 19, 2008 6:05:49 PM org.apache.catalina.loader.WebappClassLoader > validateJarFile > > Can somebody throw light on this? > > Thanks, > Dhandapani > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]