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 (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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to