[JBoss-user] [EJB/JBoss] - Re: Http session Replication

2005-02-11 Thread HariV
When you start the jboss instance in all the boxes; do they recongnize each other? What is the version of jboss you are using? Are you using any WebServer's like Apache(mod_jk) and forwarding the requests to JBOSS or are you hitting jboss directly? View the original post :

[JBoss-user] [EJB/JBoss] - Re: Http session Replication

2005-02-11 Thread kausar_m_s
Hi Thanks for ur help In Jboss it recognize every other node. We are using apache with mod_jk as a load balancer. we have also written Worker.properties and mod_jk.conf file . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3866299#3866299 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Http session Replication

2005-02-10 Thread HariV
If you are using JBOSS-3.2.3 and above; under Server Instance/deploy/jbossweb-tomcat50.sar/META-INF directory ; there is a jboss-service.xml file. Check whether the following elements are commented out; this enable HTTPSession replication. instant !-- you must switch to interval to use this

[JBoss-user] [EJB/JBoss] - Re: Http session Replication

2005-02-10 Thread kausar_m_s
Hi Hari I have done that changes in jboss-service.xml but still we are not able to retrive the values. suppose if req goge to node 1 then for all other node 2,3,4 it gives null pointer exception but again for node 1 it maintains the session. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Http session Replication

2005-02-10 Thread kausar_m_s
Hi Hari I have done that configuration changes already. 3 nodes are clustered. If for the first time request goes to server A (we are using RoundRobin) there its creates the session and gives us response. but for node B and C it gives us error Null pointer Exceptions. When req comes to A its