> On May 21, 2009, at 3:11 AM, Charles Brooking wrote:
>> Is there a way to respond to the "root" address without a trailing
>> slash?
>
> No, it is one of those boundary cases with Servlet.
>
> What servlet container are you using?
>
> GF will redirect from http://localhost/app to http://localhost/app/
I'm using Tomcat, which does redirect from /contextPath to /contextPath/.
However, where the Jersey servlet is concerned /contextPath/servletPath
simply returns a 404.
Later
Charlie