Re: Clustering in Tomcat

2004-11-25 Thread Gaurav Vaish
;s web.xml? Do all the > objects in your session implement Serializable? > > > > -Original Message- > From: Gaurav Vaish [mailto:[EMAIL PROTECTED] > Sent: 25 November 2004 04:07 > To: Tomcat Users List > Subject: Clustering in Tomcat > > Hi, > >

RE: Clustering in Tomcat

2004-11-25 Thread Dale, Matt
Have you got the tag in your context's web.xml? Do all the objects in your session implement Serializable? -Original Message- From: Gaurav Vaish [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 04:07 To: Tomcat Users List Subject: Clustering in Tomcat Hi, I am facing an

Re: Clustering in Tomcat

2004-11-25 Thread Faisal Abdullah
I don't know the answer to that, but here's a Cluster/Session Replication HOWTO, in case it might help. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Regards, Faisal On Thu, 25 Nov 2004 09:36:52 +0530, Gaurav Vaish <[EMAIL PROTECTED]> wrote: > Hi, > >I am facing an issu

Clustering in Tomcat

2004-11-24 Thread Gaurav Vaish
Hi, I am facing an issue with Tomcat Clustering. With the details provided on the website, I implemented it. The session (session-ID) is not lost when the machine serving it goes down however all session-data (attributes in session) is lost. What can be the issues? To start with, I had

Re: Error in clustering in tomcat 5

2003-12-22 Thread Filip Hanik
let me get a fix out this week, and we shall see if we get a difference :) Filip - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 11:25 AM Subject: Re: Error in clustering in tomcat 5 than

Re: Error in clustering in tomcat 5

2003-12-22 Thread daniel
; <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 2:00 PM Subject: Re: Error in clustering in tomcat 5 > no, you are experiencing a bug, one of you sessions is invalidated, and when > the system tries to copy it over, it fails. > I will add in the check to not copy over inval

Re: Error in clustering in tomcat 5

2003-12-22 Thread Filip Hanik
IL PROTECTED]> Sent: Monday, December 22, 2003 10:51 AM Subject: Error in clustering in tomcat 5 configuration tomcat1 and tomcat 2 load balanced with mod_jk with apache in the tomcat server.xml file i have clustering enabled and i have the following for 10 different hosts. The web.xml file

Error in clustering in tomcat 5

2003-12-22 Thread daniel
configuration tomcat1 and tomcat 2 load balanced with mod_jk with apache in the tomcat server.xml file i have clustering enabled and i have the following for 10 different hosts. The web.xml file for each host has the i am reciving the fowling when i kill one of the 2 tomcat instances a