Hi, I try to use mod_jk with sticky session for load balance and don't work, this is my environment: 1) web server apache 1.3, 2) two jboss 4.0.2, 3) mod_jk with sticy session enable, 4) stateful session with no passivation, 5) http invoker enable (redirect to apache public ip). The problem is : when client send the create object request (jndi, stateful session, ejbhome.create() ), this requirement is send to node1, when the same client send the method request of this session, this request is send to node2 and jboss (node2) send this exception: "Could not activate ...... .ser" this is because the session is activated in node1 and try to execute methods in node2. I followed the documentation to configure the environment. mod_jk with one node works fine. Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921655#3921655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921655 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
