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

2011-09-26 Thread Nichole
try a forward within index.jsp instead: jsp:forward page=/index.vm / On Sep 26, 1:42 pm, Stephen Johnson onepagewo...@gmail.com 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

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

2010-01-11 Thread Peter Ondruska
You need additional mapping for /sitefeed: servlet-mapping servlet-nameSiteFeedServlet/servlet-name url-pattern/sitefeed/url-pattern /servlet-mapping /sitefeed/* will not match /sitefeed On Jan 11, 11:40 am, Icarus pr.a...@gmail.com wrote: Hi,  I have the following issue :  The below