RE: problem when changing code and deploying

2007-04-29 Thread Caldarale, Charles R
> From: is_maximum [mailto:[EMAIL PROTECTED] > Subject: RE: problem when changing code and deploying > > oh no, I didnt mean "on the fly"? I restart the Tomcat but it > still remain intact. > this happens for static methods and static instance variables. If the ori

RE: problem when changing code and deploying

2007-04-28 Thread is_maximum
> Why did you think they would? Only .jsp files can be updated > on the fly without restarting the application. oh no, I didnt mean "on the fly"? I restart the Tomcat but it still remain intact. this happens for static methods and static instance variables. -- View this message in context: h

RE: problem when changing code and deploying

2007-04-28 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: problem when changing code and deploying > > Why did you think they would? Only .jsp files can be updated > on the fly without restarting the application. I should have mentioned that if you want Tomcat to

RE: problem when changing code and deploying

2007-04-28 Thread Caldarale, Charles R
> From: is_maximum [mailto:[EMAIL PROTECTED] > Subject: problem when changing code and deploying > > I have a big problem, when I change some classes specially > classes with static methods and also Context Listener classes > of my appllication and the deploy new changes in already > installed