Hi, You could try (didn't do it myself) the load-on-startup param with a value > 0 in the <servlet> definition of a given servlet within web.xml
This starts the servlet when the application is deployed in starting container. That should allow you to do what you want regards didier On Sep 13, 11:29 pm, Art <art...@gmail.com> wrote: > Dear group, > > I would like to know whether there is way to detect the event of > instantiating another instance of app. > I need to detect it to trigger clearing local cache what I like to put as a > layer before memcache. > Because it's the local cache, I like to simply clear it for sychronization > reason when another instance of app is instantiated. > > Regards, > Art -- 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-java@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.