RE: Tomcat and hot code deployment

2004-06-22 Thread Ivan Jouikov
ssage- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 2:07 PM To: Tomcat Users List Subject: RE: Tomcat and hot code deployment Quoting Ivan Jouikov <[EMAIL PROTECTED]>: > Yes I am sure I am referring to WEB-INF. > > See, one of my classes has its own s

RE: Tomcat and hot code deployment

2004-06-22 Thread Jacob Kjome
he details of the destruction of the WebappClassLoader, so I'll leave the specifics to someone who knows better. Jake > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 22, 2004 3:48 AM > To: Tomcat Users List > Subject: Re: Tomcat and h

RE: Tomcat and hot code deployment

2004-06-22 Thread Ivan Jouikov
004 3:48 AM To: Tomcat Users List Subject: Re: Tomcat and hot code deployment At 10:37 PM 6/21/2004 -0700, you wrote: >Hey! > >As far as I understand, hot code deployment, is when you modify .class >inside /WEB-INF/classes, and tomcat reloads it, correct? > >If so, is it true, t

Re: Tomcat and hot code deployment

2004-06-22 Thread Jacob Kjome
At 10:37 PM 6/21/2004 -0700, you wrote: Hey! As far as I understand, hot code deployment, is when you modify .class inside /WEB-INF/classes, and tomcat reloads it, correct? If so, is it true, that whenever it reloads it, the OLD instance of static objects, threads, and properties stay alive, th

Tomcat and hot code deployment

2004-06-21 Thread Ivan Jouikov
Hey! As far as I understand, hot code deployment, is when you modify .class inside /WEB-INF/classes, and tomcat reloads it, correct? If so, is it true, that whenever it reloads it, the OLD instance of static objects, threads, and properties stay alive, that is, tomcat doesnât destroy them?