Hi Jack:

I suggest that maybe you can write a ServletContextListener to monitor
the web instance reloading issue, for our testing we just put a info
logging in the contextInitialized(..) method:

public void contextInitialized(ServletContextEvent evt) {
  log.info("Web context inited.");
}

And modify the DEFAULT logging level to INFO in the logging.properties
file. If the web instance was reloaded, we could trace this in the
logging messages.

-- 
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.

Reply via email to