Balancer and sessions

2002-11-06 Thread Ryszard Lach
Hi! I'm trying to get work apache + tomcat4.0.5 with load balancer worker (mod_jk), but it seems it doesn't forward all requests of one session to the same worker. I've been used balancing with jserv and that wasn't a problem - if servicing of the session was started with jserv1, then the whole

RE: Balancer and sessions

2002-11-06 Thread Juan Fco. Herrera Utande
2002 10:21 Para: [EMAIL PROTECTED] Asunto: Balancer and sessions Hi! I'm trying to get work apache + tomcat4.0.5 with load balancer worker (mod_jk), but it seems it doesn't forward all requests of one session to the same worker. I've been used balancing with jserv and that wasn't a problem

Re: Balancer and sessions

2002-11-06 Thread Ryszard Lach
On Wed, Nov 06, 2002 at 11:44:07AM +0100, Juan Fco. Herrera Utande wrote: Hi, Make sure that you have the following in the server.xml files: - server.xml in Localhost: jvmroute=ajp13 - server.xml in 192.168.130.9: jvmroute=ajp13s In which section should it be? R. -- First they

RE: Balancer and sessions

2002-11-06 Thread Juan Fco. Herrera Utande
In the Engine section. You have more details in the documentation. Regards -Mensaje original- De: Ryszard Lach [mailto:[EMAIL PROTECTED]] Enviado el: mircoles, 06 de noviembre de 2002 11:47 Para: Tomcat Users List; [EMAIL PROTECTED] Asunto: Re: Balancer and sessions On Wed, Nov 06

Re: Balancer and sessions

2002-11-06 Thread Ryszard Lach
On Wed, Nov 06, 2002 at 11:56:51AM +0100, Juan Fco. Herrera Utande wrote: In the Engine section. You have more details in the documentation. Yes, indeed. Now it works just great. Thanks a lot. Richard. -- First they ignore you. Then they laugh at you. Then they fight you. Then you win.