You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Filip Hanik - Dev lists <de...@hanik.com> on 2005/03/02 19:02:03 UTC

Re: SV: Cluster: will session listeners got called again after replication?

listeners will not be invoked on a state transfer, as it is not 
considered an event.
when a new member joins the cluster, it requests a state transfer from 
one of the other members.


Joseph Lam wrote:

>I have it turned on already. But seems that after a node is killed and
>then started up again, even though it can pick up the sessions from the
>other nodes, my HttpSessionBindingListener and HttpSessionListener were
>not called at all during the replication.
>
>
>Joseph
>
>
>On Fri, 25 Feb 2005, Filip Hanik - Dev Lists wrote:
>
>  
>
>>there is a flag you can set so that listeners don't get called, its optional
>>
>>its called notifyListenersOnReplication, see server.xml for example, 
>>default is true
>>
>>Filip
>>
>>Jesper Ekberg wrote:
>>
>>    
>>
>>>Hello!
>>>My first mail to this list. :)
>>>I have read it for a long time tho.
>>>We have a tried to cluster 3 Tomcat 5.5.7 machines and I found that HttpSessionBindingListener will be notified when the session is replicated and the machine crashes.
>>>I think this must be a bug??
>>>
>>>The scenario:
>>>3 Tomcat 5.5.7 machines on Windows 2003 Server (I know, not my fault ;)).
>>>JK2 Connector for load balancing.
>>>I log on and session is created and is replicated correctly to all machines.
>>>I shut down the server that I'm working on.
>>>The session is destroyed and method valueUnbound is called on the "crashed" machine.
>>>It seems odd to me that the method valueUnbound is called when the session is replicated, the session "still lives" on the other Tomcat machines.
>>>
>>>Sorry for my sometimes bad English ;)
>>>
>>>//Jesper
>>>
>>>-----Ursprungligt meddelande-----
>>>Från: Joseph Lam [mailto:jlam@ust.hk] 
>>>Skickat: den 24 februari 2005 08:44
>>>Till: Tomcat Users List
>>>Ämne: Cluster: will session listeners got called again after replication?
>>>
>>>Anyone knows when a session is replicated to other nodes, will the
>>>HttpSessionBindingListener and HttpSessionAttributeListener objects be
>>>notified again? On the receiver nodes, how can I detect when a session
>>>      
>>>
>>>from the sender node comes in so that I can do something with it?
>>    
>>
>>>Joseph
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>> 
>>>
>>>      
>>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org