As url-patter i would use
  <url-pattern>/test1</url-pattern>

or, if you need a path info in your servlet, at least
  <url-pattern>/test1*</url-pattern>


2010/2/18 barak <[email protected]>

> <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 <[email protected]> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 [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-appengine-java?hl=en.

Reply via email to