Re: automatic reloading redux

2003-10-27 Thread Justin Ruthenbeck
When a reload is done, the entire Classloader is dropped and a new instance is created and used. Any instances of classes loaded by that CL will be gone as well. The behavior you're seeing is correct. justin At 11:43 AM 10/27/2003, you wrote: Hi all, This is not the standard reloading questi

automatic reloading redux

2003-10-27 Thread Rishikesh Tembe
Hi all, This is not the standard reloading question :) I have a bunch of properties files in the classpath, and a bunch of objects (created by a servlet) in Tomcat memory. In my webapp, I can see these objects as a list. The wierd thing is that if I change any one of the properties files, Tomcat