redhat 7.3, jdk 1.4 (sun), jboss 3.0.4 Clustering enabled per the clustering doc (copy the cluster xml file, jbossha sar, javagroups jar, <distributed/> tag added)
The test is with precompiled jsp's (so essentially servlets). What I am doing now for my simple test is this. I have two servers clustered this way. On a third windows box, I have a little utility that lets me map a local port to another ip:port, that allows me to switch over manually. So I use server A, kick the utility over to B and test. Everything seems fine except for this one case. Again, it's not clear how it's supposed to work, is it supposed to synch up servers coming online after activity has already occurred? rick ----- Original Message ----- From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 7:51 PM Subject: Re: [JBoss-user] Httpsession clustering synch? > > OS > JVM > JBoss version > What have you done to enable httpsession clustering > How are you load-balancing/failing-over between the http nodes > Are you testing using servlets or JSPs > etc.... > > Jules > > Rick LaBanca wrote: > > Sorry, thought the clustering was abstracted, using jetty. I'm just at the > > point where I'm not sure of the intended operation. As for more detail, I'm > > not sure what would be useful. I have it rigged so I can switch between two > > servers, the only two together. Going to server B won't get me the session > > info. If I instead start both, then fool with a's session, b is OK. > > > > ----- Original Message ----- > > From: "Jules Gosnell" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, November 04, 2002 4:43 PM > > Subject: Re: [JBoss-user] Httpsession clustering synch? > > > > > > > >>Jetty or Tomcat - more detail please. > >> > >>Jules > >> > >>LaBanca, Rick wrote: > >> > >>>It appears clustering session works well, except for one condition. If > >>>server a is in use, then I start server b, server b won't have the > >> > > session > > > >>>info (I guess it wasn't around to hear it). Is this just the limits of > >> > > the > > > >>>javagroups type session persistence? (Or maybe I still have a setting > >>>botched somewhere) > >>> > >>>Rick > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.net email is sponsored by: ApacheCon, November 18-21 in > >>>Las Vegas (supported by COMDEX), the only Apache event to be > >>>fully supported by the ASF. http://www.apachecon.com > >>>_______________________________________________ > >>>JBoss-user mailing list > >>>[EMAIL PROTECTED] > >>>https://lists.sourceforge.net/lists/listinfo/jboss-user > >> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: ApacheCon, November 18-21 in > >>Las Vegas (supported by COMDEX), the only Apache event to be > >>fully supported by the ASF. http://www.apachecon.com > >>_______________________________________________ > >>JBoss-user mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ApacheCon, November 18-21 in > > Las Vegas (supported by COMDEX), the only Apache event to be > > fully supported by the ASF. http://www.apachecon.com > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
