[appengine-java] How to pass paramters to servlet deployed on GAE?

2010-02-18 Thread barak
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:/test1?p1=v1 causes the servlet to display the parameter

Re: [appengine-java] How to pass paramters to servlet deployed on GAE?

2010-02-18 Thread Cristian Nicanor Babula
This is the right way. Maybe showing your servlet's source would help us identify the problem. On 2/18/2010 4:19 PM, barak wrote: 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

Re: [appengine-java] How to pass paramters to servlet deployed on GAE?

2010-02-18 Thread Stephan Hartmann
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 barak.ya...@gmail.com Hello all, I've a test servlet to deploy on gae platform, which just read paramters from the