Re: Java class is reloaded automatically?

2005-04-18 Thread Christoph Kutzinski
Hi, are you debugging Tomcat when this happens? Then this is maybe related to class hotswapping Christoph Kent Tong wrote: Hi, I notice that in Tomcat 5.5 changes to my Java class take effects without reloading the app. The content is not marked as reloadable. There is no message in the console

Java class is reloaded automatically?

2005-04-16 Thread Kent Tong
Hi, I notice that in Tomcat 5.5 changes to my Java class take effects without reloading the app. The content is not marked as reloadable. There is no message in the console saying the app is reloaded. It is like the classloader is loading the new java class automatically. At the same time I can't