[jboss-user] [Clustering/JBoss] - Re: Stateful Session replication not working......
fmarchioni
do-not-reply at jboss.com
Wed Aug 20 05:57:13 EDT 2008
well storing the EJB handle in the Http session solves the problem.....so each instance of Tomcat was keeping an handle of the EJB that's way it didn't work.
Anyway is it possible to configure the cluster so that when a request reaches the HTTP Server it stays ON THE SAME SERVER and keeps a backup of the Session on the other Node ?
I have tried playing with the sticky session attribute but nothing happened
worker.loadbalancer.sticky_session=1
Any additional configuration file may help ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171453#4171453
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171453
More information about the jboss-user
mailing list