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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...