Re: Problems with LoadBalancing

2009-03-13 Thread Toni Menendez Lopez
OK, now is all clear for me So it is better not to use sticky_session_force=True, OK, is my actual configuration so Now is the question : If I donĀ“t have this sticky_session_force=True , what happen with the requests of a session of a server which for any reason have switched off. I mean,

Re: Problems with LoadBalancing

2009-03-13 Thread Rainer Jung
On 13.03.2009 14:08, Toni Menendez Lopez wrote: The behaviour is the one that I explained in the first mail, that when I stop one of the servers, I ahve very huge delays to respond to the requests of the session that were managed by this server. OK. After reading documentation I think that pr

Re: Problems with LoadBalancing

2009-03-13 Thread Rainer Jung
On 13.03.2009 10:54, Toni Menendez Lopez wrote: Here is the trace with the error, from mod_jk.log with DEBUG mode, but I suspect where is the error... The thing is that I have 2 workers working one for JBOSS (MCDP) and one for TOMCAT(izonetv), and the thing is that in the call I do redirect from

Re: Problems with LoadBalancing

2009-03-12 Thread Rainer Jung
On 12.03.2009 17:45, Toni Menendez Lopez wrote: Rainer, May be my problem is due to the fact I have the line : #worker.izonetv.sticky_session_force=1 commented. The reason is that if I uncomment this line I have this error in Apache : [Thu Mar 12 17:31:37 2009][23548:6496] [error] service::j

Re: Problems with LoadBalancing

2009-03-12 Thread Toni Menendez Lopez
Rainer, May be my problem is due to the fact I have the line : #worker.izonetv.sticky_session_force=1 commented. The reason is that if I uncomment this line I have this error in Apache : [Thu Mar 12 17:31:37 2009][23548:6496] [error] service::jk_lb_worker.c (1144): All tomcat instances failed,

Re: Problems with LoadBalancing

2009-03-11 Thread Toni Menendez Lopez
2009/3/11 Rainer Jung > On 11.03.2009 14:03, Toni Menendez Lopez wrote: > >> Hello everybody, >> I have following architecture : >> 2 Server with Apache and Tomcat >> Versions : >> APACHE >> - >> httpd -v >> Server version: Apache/2.0.52 >> Server built: May 24 2006 11:45:06 >> TOMC

Re: Problems with LoadBalancing

2009-03-11 Thread Rainer Jung
On 11.03.2009 14:03, Toni Menendez Lopez wrote: Hello everybody, I have following architecture : 2 Server with Apache and Tomcat Versions : APACHE - httpd -v Server version: Apache/2.0.52 Server built: May 24 2006 11:45:06 TOMCAT - ./version.sh Using JRE_HOME: /opt

Problems with LoadBalancing

2009-03-11 Thread Toni Menendez Lopez
Hello everybody, I have following architecture : 2 Server with Apache and Tomcat Versions : APACHE - httpd -v Server version: Apache/2.0.52 Server built: May 24 2006 11:45:06 TOMCAT - ./version.sh Using JRE_HOME: /opt/jdk1.5.0_10 Server version: Apache Tomcat/5.5