Hi all. Good to see so many GWTers at I/O! I have a use case where I would like to supply my own default servlet in Hosted Mode, to emulate the behavior of a default servlet (/) attached in the production app. This serves various resources whose URI paths I don't know at compile time to incorporate in my web.xml by name.
In 1.4 and 1.5, I could supply a catchall servlet (/*) that forwarded to GWTShellServlet when the requests were in the module path, but in recently moving to (2.0) trunk, this approach no longer works ... I suspect it wouldn't work under 1.6 either, unless maybe I was in legacy Tomcat mode. I like the hosted mode server behavior so much better in the new model ... but the resource finding behavior of the default servlet seems deeply wired in; I don't know if there is a simple way (or even a painful way) to supply an alternate default servlet. Ideas? Thanks all, - R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
