Thanks, Tom, I started with that, but there were resourceRef problems in my application when mounting the ServerServlet anywhere other than root under GWT. Operations like getBaseRef() and did not return the same as if the application was mounted at the same path under a normal web-app, or in standalone mode. When I did a little digging, I found that GWT's Tomcat was reporting the empty string for getServletPath() no matter where I mounted a servlet ... don't know if that affects Restlet, but it seemed discouraging.
If it seems to work for you this way, I'll try it again and see if I can quantify any problems. It might be specific to our GWT version. - Rob ----- Original Message ----- From: "Tom McGee" <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, September 4, 2007 1:20:38 PM (GMT-0500) America/New_York Subject: Re: Adapting Restlet to GWT Hosted Mode I just used this web.xml ...

