RE: tomcat 5.0.28 cluster with useDirtyFlag="false" and NO session.setAttribute(...) within request.

2004-09-16 Thread rolf.schenk
5.0.28 cluster with useDirtyFlag="false" and NO session.setAttribute(...) within request. hi rolf, the use dirty flag only works with the SimpleTcpReplicationManager, not the delta manager, so replace DeltaManager in server.xml with SimpleTcpReplicationManager note, that this will rep

Re: tomcat 5.0.28 cluster with useDirtyFlag="false" and NO session.setAttribute(...) within request.

2004-09-15 Thread Filip Hanik - Dev
hi rolf, the use dirty flag only works with the SimpleTcpReplicationManager, not the delta manager, so replace DeltaManager in server.xml with SimpleTcpReplicationManager note, that this will replicate the entire session on each request, you are probably better off just fixing your code Filip