DeltaManager for Clustering

2005-07-29 Thread Dennis
Is there documentation on using the DeltaManager for clustering? In the javadoc there is this statement: --CUT-- Correct behavior of session storing and reloading depends upon external calls to the start() and stop() methods of this class at the correct times. --END-- The tomcat clustering

Re: DeltaManager for Clustering

2005-07-29 Thread Rainer Jung
? Is there documentation on using the DeltaManager for clustering? In the javadoc there is this statement: --CUT-- Correct behavior of session storing and reloading depends upon external calls to the start() and stop() methods of this class at the correct times. --END-- The tomcat clustering

Re: DeltaManager for Clustering

2005-07-29 Thread Dennis
is still there in the sample cluster config that comes with server.xml as well as in the online-documentation. It has no effect though. Is replication working in general in your setup? Yes Thanks for your reply. Dennis Is there documentation on using the DeltaManager for clustering

Re: DeltaManager for Clustering

2005-07-29 Thread Rainer Jung
See, the thing is, we have a 3rd party library that saves information in the session. It doesn't call setAttribute every time it changes the data. DeltaManager appears to ignore the useDirtyFlag. With SimpleTcpReplicationManager, I can set useDirtyFlag to false and we get the desired

Re: DeltaManager for Clustering

2005-07-29 Thread Dennis
Rainer Jung wrote: No, DeltaManager doesn't use that flag. It would somehow not make sense, because the whole pupose of DeltaManager is to only replicate changed attributes of a session and the flag tries to replicate every session accessed. So if you would impement it with DeltaManager it would