Re: GWT Servlet - How can I get rid of /app prefix in my requests?

2016-06-12 Thread Thomas Broyer
On Sunday, June 12, 2016 at 2:08:35 PM UTC+2, Stefan Falk wrote: > > I don't know why but all requests are forcing me to to map each Servlet to > something like > > > > xsrf > /app/xsrf > > > > whatever > /app/whatever > > > > and so on. I can't find anything that is actually setting the

GWT Servlet - How can I get rid of /app prefix in my requests?

2016-06-12 Thread Stefan Falk
I don't know why but all requests are forcing me to to map each Servlet to something like xsrf /app/xsrf whatever /app/whatever 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