Re: hot deployment questions

2006-08-28 Thread Mikolaj Rydzewski
Hammad Sophie wrote: I wasn't aware of SessionManager. However, I'm not sure it will help. Generally we are installing patches on a live server that has transactions/activity going on while we patch. I'd like to know if its possible for us to do a hot patch without causing any disruption to any u

Re: hot deployment questions

2006-08-28 Thread Andrés González
Sent: Monday, August 28, 2006 7:11 PM To: Tomcat Users List Subject: Re: hot deployment questions Only one question: why don't you want the webapp to be reloaded? You can save your sessions easily using the Session Manager (just insert the following in your context.xml: ): http://tomcat.a

RE: hot deployment questions

2006-08-28 Thread Hammad Sophie
f we reload, it will cause users to lose data that they are working on. Hammad. -Original Message- From: Andrés González [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 7:11 PM To: Tomcat Users List Subject: Re: hot deployment questions Only one question: why don't you w

Re: hot deployment questions

2006-08-28 Thread Andrés González
Only one question: why don't you want the webapp to be reloaded? You can save your sessions easily using the Session Manager (just insert the following in your context.xml: ): http://tomcat.apache.org/tomcat-5.0-doc/config/manager.html On 8/28/06, Hammad Sophie <[EMAIL PROTECTED]> wrote: H

hot deployment questions

2006-08-28 Thread Hammad Sophie
Hello. I've searched through and read a number of messages related to 'hot deployment'. All of them deal with hot deploying the ENTIRE webapp, not just particular classes in my webapp. We use tomcat as the application server/container for our application. We use a single production server runnin