Re: cluster prblem

2006-04-04 Thread Filip Hanik - Dev Lists
that is a feature that is not implemented, as the session gets replicated in delta's (only known changes) the activation/passivation listeners are not invoked. Filip Amila Suriarachchi wrote: ok thankx for reply, What a about not calling methods of HttpSessionActivationListener listner. I se

Re: cluster prblem

2006-04-04 Thread Amila Suriarachchi
ok thankx for reply, What a about not calling methods of HttpSessionActivationListener listner. I set an object (of which class implements the HttpSessionActivationListener) as an attribute of the session. i think when this session being migrated conatiner should call these methods amila.

RE: cluster prblem

2006-04-04 Thread Tim Lucia
exceptions in the logs. Tim -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 9:25 AM To: Tomcat Users List Subject: Re: cluster prblem Hi Amila, what you see below is not an actual error, although it seems to be. What happens is tha

Re: cluster prblem

2006-04-04 Thread Filip Hanik - Dev Lists
Hi Amila, what you see below is not an actual error, although it seems to be. What happens is that you have keepalive set to the default value, so the sending node will close it socket, and the receiving node will get an error like this. In future versions this has been reduced to info or warnin