[appengine-java] Re: Servlet Mapping not working as expected

2011-09-26 Thread Nichole
try a forward within index.jsp instead: On Sep 26, 1:42 pm, Stephen Johnson wrote: > My guess is that Google is interpreting them as static files and Google's > infrastructure is handling them before it reaches your app. So, read up on > excluding static files so they aren't served up by G

[appengine-java] Re: Servlet Mapping not working as expected

2010-01-11 Thread Peter Ondruska
You need additional mapping for /sitefeed: SiteFeedServlet /sitefeed /sitefeed/* will not match /sitefeed On Jan 11, 11:40 am, Icarus wrote: > Hi, > >  I have the following issue : > >  The below servlet mapping when run on the local app engine instance > maps >  correctly forhttp://localhos