RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
taking in consideration that Tomcat Cluster is used in our environment as well. Best Regards, Imad Hachem System Engineer Date: Tue, 17 Nov 2009 10:15:58 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Dear Pid, I have tried that code and didn't helped, note that my context session variables are not coming as null in order to rely on to be able to differenciate between Tomcat Node shutdown session.invalidate(). Best Regards, Imad Hachem System Engineer Date: Tue, 17

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Regards, Imad Hachem System Engineer From: p...@pidster.com Date: Tue, 17 Nov 2009 13:09:47 + Subject: Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed To: users@tomcat.apache.org On 17 Nov 2009, at 12:11, Imad

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Hi Ronald, Thanks for your reply. So, what 's the solution in my Case? I need to differentiate between Tomat Cluster node shutdown and session.invalidate and session Timout? Is that Possible as configuration or Programming ? Best Regards, Imad Hachem System Engineer

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Dear Pid, I have tried to set application context variables, but it didn't worked, since I m expecting to get these variables as null values after node shutdown, but in fact they are coming as not null. Best Regards, Imad Hachem System Engineer Date: Tue, 17 Nov 2009 15:38:22

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Dear Pid, I am expecting them to come as null to know that the Tomcat Node (or context) has been shutdown. Best Regards, Imad Hachem System Engineer Date: Tue, 17 Nov 2009 16:08:37 + From: p...@pidster.com To: users@tomcat.apache.org CC: ihac...@lb.path-solutions.com

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
a session.invalidate Event OR session timeout OR Tomcat Cluster node shutdown. Best Regards, Imad Hachem System Engineer Date: Tue, 17 Nov 2009 16:23:16 + From: p...@pidster.com To: users@tomcat.apache.org CC: ihac...@lb.path-solutions.com Subject: Re: MISC; Tomcat-5.5.12; After one

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Dear Pid, After one Tomcat Cluster node shutdown, what kind of variables (that might come as null) I should rely on to know that my node has been stoped. Best Regards, Imad Hachem System Engineer From: p...@pidster.com Date: Wed, 18 Nov 2009 00:19:07 + Subject: Re: MISC

MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-16 Thread Imad Hachem
event listener that I can use before the sessionDestroyed to differentiate if one cluster node has been shutdown or my session has been expired? Or is how to configure the contextDestroy to be called before the sessions destroy? Thanks in advance for your help. Best Regards, Imad Hachem

RE: MISC; After one Tomcat Cluster node shutdown Session Replication working but a Hashmap object is getting empty

2009-11-03 Thread Imad Hachem
(sessionID, b); userSessionMapArray.put(sessionID, qcu); request.getSession().setAttribute(userSessionMapArray,userSessionMapAr ray; request.getSession().setAttribute(qcu, qcu); Thanks for your help Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel

RE: MISC; After one Tomcat Cluster node shutdown Session Replication working but a Hashmap object is getting empty

2009-11-02 Thread Imad Hachem
, b); userSessionMapArray.put(sessionID, qcu); Note that I have tried to create the QueryCryptUser Class to implements java.io.Serializable but still facing the same problem and HashMap not replicated to the 2nd Node. Imad Hachem | Asst.Product Development Manager e-Banking Department

RE: MISC; After one Tomcat Cluster node shutdown Session Replication working but a Hashmap object is getting empty

2009-11-02 Thread Imad Hachem
the HashMap to be replicated? Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com Disclaimer [The information contained in this e-mail message and any attached files are confidential

RE: MISC; After one Tomcat Cluster node shutdown Session Replication working but a Hashmap object is getting empty

2009-11-02 Thread Imad Hachem
; } } Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com Disclaimer [The information contained in this e-mail message and any attached files are confidential information

RE: MISC; After one Tomcat Cluster node shutdown Session Replication working but a Hashmap object is getting empty

2009-11-01 Thread Imad Hachem
the session still alive and been redirected to the 2nd Tomcat Cluster node. Please help and thanks in advance. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com http://www.path

MISC; Tomcat-5.5.12 session been invalidated after one Tomcat Cluster node shutdown

2009-10-26 Thread Imad Hachem
still alive and been redirected to the 2nd Tomcat Cluster node. And how to differentiate between any Tomcat node Shutdown and Session invalidate? Please help. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax

RE: MISC; Tomcat Cluster Sesssion ID changing after one Node Failure

2009-10-24 Thread Imad Hachem
Dear Mikel, I found the problem in web.xml file containing the distributable/ tag. Above tag was containing a space causing the SESSION ID to be changed. Thanks for your help. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax

RE: MISC; Tomcat Cluster Sesssion ID changing after one Node Failure

2009-10-23 Thread Imad Hachem
) at org.apache.catalina.cluster.tcp.ReplicationListener.listen(ReplicationLi stener.java:130) at org.apache.catalina.cluster.tcp.ClusterReceiverBase.run(ClusterReceiverB ase.java:394) at java.lang.Thread.run(Thread.java:595) Can this help? Imad Hachem | Asst.Product Development

RE: MISC; Tomcat Cluster Sesssion ID changing after one Node Failure

2009-10-23 Thread Imad Hachem
=org.apache.catalina.cluster.session.ClusterSessionListener/ /Cluster Any additional configuration to be done? Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com Disclaimer

MISC; Tomcat Cluster Sesssion ID changing after one Node Failure

2009-10-21 Thread Imad Hachem
Dear Team, I am facing an issue in Tomcat 5.5.12 Cluster after one node Failure or shutdown: The Session ID is changing, is there any configuration to keep the same session ID? Kindly help. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions

FW: MISC; Tomcat-5.5.12 Cluster giving Severe Error in ReplicationListener

2009-10-20 Thread Imad Hachem
in server.xml to avoid such Error? Please help. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com http://www.path-solutions.com Disclaimer [The information contained

MISC; Tomcat-5.5.12 Cluster giving Severe Error in ReplicationListener

2009-10-19 Thread Imad Hachem
in server.xml to avoid such Error? Please help. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com http://www.path-solutions.com Disclaimer [The information contained

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
) at org.apache.catalina.tribes.membership.McastService.start(McastService.ja va:373) at org.apache Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax: +961 1 696744 www.path-solutions.com Disclaimer [The information contained

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
,SIMPLEX,MULTICAST,GROUPRT,64 BIT inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255 inet6 ::1/0 tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1 Is there another place to check if MULTICAST is enabled or to be configured somewhere ? Imad Hachem | Asst.Product

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
I solved the issue Christopher, It was a configuration on IBM AIX to bind the multicast address (228.0.0.4) to the IP of network interface using smitty Admin Console. Thanks for your reply. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444

Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-14 Thread Imad Hachem
) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1002) at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) Any help please. Imad Hachem | Asst.Product Development Manager e-Banking Department Path Solutions Tel: +961 1 697444 ext. 222 Fax