You say http://appid.appspot.com/test1/ hits the servlet. What happens without a trailing slash? Is it redirected? How does your servlet mappings look like?
2010/2/18 barak <[email protected]> > Hello all, > > I've a test servlet to deploy on gae platform, which just read > paramters from the request and and sysout them. While deploying on the > development server (via Eclipse plugin) everything works as expected, > i.e. http://localhost:8888/test1?p1=v1 causes the servlet to display > the parameter and its value to the log file. > > When deployed to GAE, however, the results are different. Bringing the > browser to http://appid.appspot.com/test1?p1=v1 causes the browser > show link-is-broken screen. In the log files there messages like GET / > test1?p1=v1/ HTTP/1.1" 404. > > Accessing http://appid.appspot.com/test1/ do hit the servlet, but the > parameters map in the request is empty. > > So, what is the right way to pass parameters to servlets? > > Thanks. > > -- > 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.
