I don't know if this really answers your question or not, but I have written a 
custom Valve that calls my own replicateSession method. You could do something 
similar in maybe 10 minutes to call the requisite methods on the session 
Manager/Store.

Jon Brisbin
Portal Webmaster
NPC International, Inc.



On Apr 28, 2010, at 7:34 AM, Kevin Jansz wrote:

> In a Tomcat 6 cluster can you force session replication on every
> request? In Tomcat 5.0.x you had the ability to set
> useDirtyFlag="false" on the manager
> (org.apache.catalina.cluster.session.SimpleTcpReplicationManager) -
> meaning a mutable object in the session would always be
> "re-replicated".
> 
> Looking at the source I can see the old "SimpleTcpReplicationManager"
> manager implementation in the new "org.apache.catalina.ha.session"
> package - and it still has the useDirtyFlag but the javadoc comments
> in this state it's "Tomcat Session Replication for Tomcat 4.0" ... I
> don't know if this is ok to use - I'm guessing not as it's not
> mentioned in the main cluster configuration documentation.
> 
> aside: a similar question was posed on stackoverflow (with more detail
> and formatting) with no response:
> http://stackoverflow.com/questions/2680958 - I'd be happy with
> comments in either forum, and I'll share the advice.
> 
> Regards,
> Kevin
> 
> --
> Kevin Jansz
> kevin.ja...@exari.com
> Level 7, 10-16 Queen Street, Melbourne 3000 Australia
> Tel +61 3 9621 2773 | Fax +61 3 9621 2776
> Exari Systems
> Boston | London | Melbourne | Munich
> www.exari.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to