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
/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 user. If 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]

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