<servlet>
        <servlet-name>test1</servlet-name>
        <servlet-class>com.TestServlet</servlet-class>
</servlet>
<servlet-mapping>
        <servlet-name>test1</servlet-name>
        <url-pattern>/test1/*</url-pattern>
</servlet-mapping>


On Feb 18, 6:41 pm, Stephan Hartmann <hartm...@metamesh.de> wrote:
> You sayhttp://appid.appspot.com/test1/hits the servlet. What happens
> without a trailing slash? Is it redirected?
> How does your servlet mappings look like?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to