The "valueUnbound" is NOT being propagated from the TC instance shutting
down across the cluster. The valueunbound is executed when I do the shutdown
of an TC instance  (session logout tracking was done -> database record
inserted). After that I still work with this session on the active node ...
(however, on database i already have a logout session record). What we want
is that the valueunbound not be
executed while there is an active node in the cluster.

Thanks a lot


On Mon, Feb 25, 2008 at 9:41 PM, Rainer Jung <[EMAIL PROTECTED]>
wrote:

> Christopher Schultz schrieb:
> > Of course, bringing down one container in a cluster will have the effect
> > of logging everyone out at once, even if they are on other servers as
> well.
>
> No, unless you set expireSessionsOnShutdown which is false by default,
> shutdown of a node should not expire the sessions on the other nodes
> (i.e. should not send expiration messages to the other nodes).
>
> Regards,
>
> Rainer
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to