Hi BobM, I think part of the problem here is that you seem to be deploying your application with the gwt-user and gwt-dev-linux JARs. These JARs are only required during development and build time, but aren't meant for deployment. Try removing these from the WEB-INF/lib directory when deploying your application, it might solve the problem.
Hope that helps, -Sumit Chandel On Mon, Feb 9, 2009 at 7:11 AM, BobM <[email protected]> wrote: > > When attempting to deploy a GWT app - using Netbeans 6.1 - into > glassfish-v2ur2, I get the following messages in the AppServer log: > > validateJarFile(/root/wrk_dirs/javaCertifications/GWTwHibernate/build/ > web/WEB-INF/lib/gwt-dev-linux.jar) - jar not loaded > See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/ > Servlet.class > > validateJarFile(/root/wrk_dirs/javaCertifications/GWTwHibernate/build/ > web/WEB-INF/lib/gwt-user.jar) - jar not loaded > See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/ > Servlet.class > > Below is the Referenced section from the Servlet Specs: > > Servet Specs 2.3 > Sec.9.7.2 Web Application Classloader > > 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 > theWAR to > override J2SE or Java servlet API classes. It is further recommended > that the loader > not allow servlets in theWAR access to the web container's > implementation classes. > It is recommended also that the application class loader be > implemented so > that classes and resources packaged within the WAR are loaded in > preference to > classes and resources residing in container-wide library JARs. > > I should think this is a problem. Is it? If it is, what to do about > it. > > I _am_ having a problem with an AJAX call, but I am unsure whether > this is a part of that problem. > > Thanks for help. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
