Hi, I was previously using GWT 1.5.3 and I tried to migrate to GWT 1.6.4. In my module configuration file (module.gwt.xml), I configure GWT to load one of my servlets that extends HttpServlet (and not RemoteServiceServlet). This is the tag that I added in my gwt.xml file:
<servlet path="RESTProxy" class="com.foo.bar.server.RESTProxy" /> According to http://code.google.com/intl/fr/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModuleXml: "NOTE: as of GWT 1.6, this tag does no longer loads servlets in hosted mode, instead you must configure a WEB-INF/web.xml in your war directory to load any servlets needed." I tried to move my definition to WEB-INFO/web.xml but it looks like the new jetty browser only supports servlets that extend RemoteServiceServlet instead of HttpServlet. At least, all the examples that I looked at gave me the impression that jetty does not support HttpServlet. Can anyone please confirm that Jetty supports plain HttpServlet? If it does, can anyone provide an example? If it doesn't, is there any way to use the legacy tomcat browser with GWT 1.6.4? Regards, Maxime --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
