Howdy,

>With Tomcat 5, I can deploy/undeploy my WAR file thru the Admin
Interface.
>
>What happens if there are sessions running the servlet when I try to
>hotswap
>to a newer version (i.e. undeploy the current version and re-deploy a
newer
>version)?
>
>How will this work?

By default the sessions get persisted to disk and restored when the new
app starts up.  This is just like a normal server shutdown/restart.  You
can control this behavior by modifying the Manager element in
server.xml/context.xml for your webapp, as has been explained many times
on the user list.  In fact, this whole topic belongs on tomcat-user
rather than tomcat-dev, so please continue this discussion there if you
have further questions.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to