Hi Everyone,
We have a loadbalancer enabled using mod_jk with just 2 JBoss Servers, when we configure stitcky_session="true", the portal login does not works and a Hibernate Cache problem happens with no clear message about this problem, have some of you guys already tried promote this kind of balancer with this similar scenario? Are there some best practices to do or some tips to configure Portal properly in order to make it works with no errors?
Thanks
Edgar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154704#4154704
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154704
Actually, -b and -Djboss.bind.address are not exatcly the same. While they both set jboss.bund.address, the -b option also sets java.rmi.server.hostname (under certain conditions, which is why I had you set it sepcifically), and also sets some jgroup-related system properties.
Try this. Go into jmx-console, look up the jboss:name=SystemProperties,type=Service MBean, and invoke the showAll operation. Compare the system properties that are host names or IP addresses. If there is a property that has 127.0.0.1 on Qa but some other value on Test, try setting that property using -D.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154693#4154693
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154693