Thanks guys, I think I understand now what's going on. Does anyone know which configuration settings are needed for JBoss 4.2 to make things work?
2009/10/23 Randy S. <randypo...@gmail.com> > Oh I see. Thanks for the explanation. > > I can't comment on JBoss's session replication. I'm familiar with websphere > with a DB-backed session which does not deserialize until it has to re-load > from the DB, either because you bounced nodes or had the session expunged > from memory due to the limit of in-memory sessions. > > On Oct 22, 2009 5:41 PM, "Matej Knopp" <matej.kn...@gmail.com> wrote: > > Not quite. On every request when page is changed and the session with > page is replicated on cluster the receiving nodes should store the > page to diskpagestore. This way every state of page should be saved. > But this will only work if the container deserializes sessions > immediately after replication. > > -Matej > > On Fri, Oct 23, 2009 at 12:00 AM, Randy S. <randypo...@gmail.com> wrote: > > Are you saying that beca... > > --------------------------------------------------------------------- To > unsubscribe, e-mail: users-... >