Try thread on.
appengine-web.xml
<threadsafe>true</threadsafe>
But please first check if your application is thread safe.
Otherwise, if your first request is in work on the server and you do
the second request, it needs a new instance.
--
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.