You have to use StickySession with mod_jk and make sure your session replication in tc5-cluster-service.xml is set to REPL_ASYNC for performance gains.
Add this to you mod_jk configuration: worker.loadbalancer.sticky_session=1 Use this in you tc5-cluster-service.xml <attribute name="CacheMode">REPL_ASYNC</attribute> shutdown apache shutdown cluster startup cluster start apache That should do it...work for me! Good luck! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891650#3891650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891650 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
