RE: What happens to Java objects when Axis is reloaded by Tomcat?

2004-07-22 Thread Keith Hatton
What happens to Java objects when Axis is reloaded by Tomcat? >From a web service call I access a singleton, so subsequent web service calls can access the same object. Things work fine until Axis is reloaded (by Tomcat web app manager). I can no longer get a handle on the original single

What happens to Java objects when Axis is reloaded by Tomcat?

2004-07-21 Thread Donald Gorgonzola
From a web service call I access a singleton, so subsequent web service calls can access the same object. Things work fine until Axis is reloaded (by Tomcat web app manager). I can no longer get a handle on the original singleton, instead a new singleton is created. I wouldn't mind this behav