RE: HttpSession Replication in Tomcat Cluster not working with EJ B's!

2004-04-05 Thread Suraj Prabhu
not working with EJ B's! I think you need to store the EJBHandle, not the actual bean that you are referencing. is that what you are doing? Filip -Original Message- From: Suraj Prabhu [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 4:20 AM To: Tomcat Users List Subject: RE

RE: HttpSession Replication in Tomcat Cluster not working with EJ B's!

2004-03-24 Thread Suraj Prabhu
-Original Message- From: Suraj Prabhu To: [EMAIL PROTECTED] Sent: 19/03/2004 07:34 Subject: HttpSession Replication in Tomcat Cluster not working with EJB's! Hi everybody, I am trying to cluster Tomcat Servers ver 5.0.18 (Two servers) and my application servlets are accessing Stateful session beans

RE: HttpSession Replication in Tomcat Cluster not working with EJB's!

2004-03-19 Thread Suraj Prabhu
! where is the class chnhr.EmployeeEditorSB stored? Filip -Original Message- From: Suraj Prabhu [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 11:34 PM To: [EMAIL PROTECTED] Subject: HttpSession Replication in Tomcat Cluster not working with EJB's! Hi everybody, I am trying

RE: HttpSession Replication in Tomcat Cluster not working with EJB's!

2004-03-19 Thread Suraj Prabhu
chnhr.EmployeeEditorSB stored? -Original Message- From: Suraj Prabhu [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 11:26 PM To: Tomcat Users List Subject: RE: HttpSession Replication in Tomcat Cluster not working with EJB's! Filip, Yes this class is on all the servers. Checked it up

RE: HttpSession Replication in Tomcat Cluster not working with EJB's!

2004-03-19 Thread Suraj Prabhu
Filip, Would you like me to fwd the war file??? Cheers Suraj -Original Message- From: Suraj Prabhu Sent: Saturday, March 20, 2004 1:12 PM To: Tomcat Users List Subject: RE: HttpSession Replication in Tomcat Cluster not working with EJB's! it's in a chnr.jar file inside my TestWeb.war

HttpSession Replication in Tomcat Cluster not working with EJB's!

2004-03-18 Thread Suraj Prabhu
Hi everybody, I am trying to cluster Tomcat Servers ver 5.0.18 (Two servers) and my application servlets are accessing Stateful session beans. Typically, the first invocation of the servlet gets the Remote of the SFSB and stores it into the session. The other Tomcat's in the cluster throw up