> I need to get and instance of the servlet specified in web.xml. I have > a main running in the same JVM as the servlet.
I think you need to understand GAE. I don't think you know what JVM you are running in GAE and that it can be killed at any time and that what your client sends may be handled by any JVM. See if java.rmi is supported in GAE whitelisted classes if you want to try. GAE instances come and GAE instances go. Even sessions get persisted to BigTable (the database) for this reason. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
