On Mon, 18 Feb 2002, Ralph Einfeldt wrote:

> Date: Mon, 18 Feb 2002 09:42:34 +0100
> From: Ralph Einfeldt <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: AW: reloading classes - rephrase
>
> There is not mutch you can do about that at the moment.
>
> Future versions of tomcat might be able to recreate the
> session after reload. But for now the session is lost,
> because not only your variables get lost but also all
> internal variables that describe the state of te session.
>

Tomcat 4 saves and sessions across reloads, as well as Tomcat restarts.
If your session attributes are Serializable (in other words, the bean
classes themselves, plus all objects referenced by them, implement
java.io.Serializable correctly), they are saved and restored as well.

Craig McClanahan


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to