[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-18 Thread cristibuta
Yes, that was the problem. In order to have the same information in the session, I have to use sticky sessions (so only one JBoss instance is used for a certain session). But having in mind that I want to have the same session data on both JBoss instances, I had to upgrade to JBoss 4.0.2 (which

[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-13 Thread cristibuta
Perhaps I should mention that I'm using Fedora Core 2. Could this be a problem ? (I readed somewhere that nobody made a cluster work on FC3. I don't know if this is true or false and if it also apply for FC2 ). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-13 Thread cristibuta
Hi Ben, and thank you for your answer. I have a load balancer in front of the cluster. Using Apache 2.0.54 with mod_jk 1.2.12, and this is my configuration: jk.conf: | LoadModule jk_module modules/mod_jk.so | | # The workers.properties | JkWorkersFile conf.d/workers.properties | |

[JBoss-user] [Clustering/JBoss] - Re: Tomcat-LoadBalancer-Jboss problem

2005-05-12 Thread cristibuta
Hello, maybe you can check your mod_jk log (I assume you have mod_jk for Apache - Tomcat load balancer). I think it would be useful if you post the jk.conf, workers.properties and the mod_jk log file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877445#3877

[JBoss-user] [Clustering/JBoss] - Session not replicated in JBoss 3.2.6

2005-05-12 Thread cristibuta
Hello everybody, I hope somebody can help me solve this problem. I'm using Jboss 3.2.6 in a clustered environment. I have 2 JBoss 3.2.6 instances running on 2 different computers, with the IPs 192.168.1.2 and 192.168.1.254. I start them using "./run.sh -b 192.168.1.254 -c all", and with "./run