Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 73036 invoked from network); 28 Jul 2005 14:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 14:24:55 -0000 Received: (qmail 4993 invoked by uid 500); 28 Jul 2005 14:24:46 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 4950 invoked by uid 500); 28 Jul 2005 14:24:46 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 4937 invoked by uid 99); 28 Jul 2005 14:24:46 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 07:24:38 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id EF9B4DF; Thu, 28 Jul 2005 16:24:34 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 35916] New: - Session listeners not called on cluster server restart X-Bugzilla-Reason: AssignedTo Message-Id: <20050728142434.EF9B4DF@ajax.apache.org> Date: Thu, 28 Jul 2005 16:24:34 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35916 Summary: Session listeners not called on cluster server restart Product: Tomcat 5 Version: 5.5.9 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina:Cluster AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: hander3@terra.com Hi, I think there is a bug at DeltaManager class. I have set up 2 local tomcat servers. My application implements HttpSessionListener, HttpSessionAttributeListener and HttpSessionActivationListener. All the methods of those interfaces are called when needed, so no problems yet. When I shutdown one of the servers, sessionDestroyed is called (only on the server being shutdown) for each session. However, when I start that server again and it receives the active sessions from the other server, neither sessionCreated nor sessionDidActivate methods are called for each active session received from the other server. I think one of them should be called on the server being started up. Here is my cluster configuration, just in case it helps: ------------------- ------------------- Thank you very much! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org