[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] - Http session Replication

2005-02-10 Thread kausar_m_s
hi I have created a statefull session bean.successfuly deployed on my machine. we are using the clustering of Jboss. I want to achive the http session replication. What are the changes required in the configuratin file to achive Http session replication. b'coz failover is working fine

[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

[JBoss-user] [EJB/JBoss] - Addition to Clustering of Stateless Session Bean

2005-02-04 Thread kausar_m_s
The above file is working when I am using the default partition for clustering. But If I change the partition name then It doesnt Work. I want to check the failover and load balancing for my bean class. If anybody Knows the good book or links then please give me replay. I had searched Google a

[JBoss-user] [EJB/JBoss] - Clustering of Stateless Session Bean

2005-02-02 Thread kausar_m_s
Hi I am tring to do the clustering of Simple Stateless Session Bean. For that I wrote the Jboss.xml file as below ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS//EN http://www.jboss.org/j2ee/dtd/jboss.dtd; enterprise-beans