I don't know why but all requests are forcing me to to map each Servlet to 
something like


<servlet-mapping>
<servlet-name>xsrf</servlet-name>
<url-pattern>/app/xsrf</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>whatever</servlet-name>
<url-pattern>/app/whatever</url-pattern>
</servlet-mapping>


and so on. I can't find anything that is actually setting the "base url" to 
e.g. localhost:8080/app for all requests but does anybody know how I can 
change that?



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to