Hi, by taking down do you mean Ctrl-C the one instance? There has been an issue which caused the un- and re-deployment o fwars if one server is shutdown gracefully. Try hard killing (kill -KILL pid). But only a guess... Regards, Burkhard
----- Original Message ----- From: "Greg Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 10, 2002 8:51 AM Subject: [JBoss-user] ClusteredHttpSession Question > Shouldn't this work? > > I am running JBoss 3.0.1final, all configuration > > I have jbossha-httpsession.sar in deploy directory. > > My jetty-web.xml has EXTENDED Clustering turned on. > > I startup 2 instances of JBoss; there are memebershipChanged messages > from ReplicantManager > > I deploy a war on one instance with a servlet that gets an Integer from > session, display it, adds 1, puts it back into session > > Browsing the servlet works fine. > > When I take the instance with the war down, shouldn't the session info > be replcated to the other instance so that when I bring it back up, it > gets Integer from session? The servlet gets null from session and > starts count over. > > Greg > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
