Apache2 / Tomcat5 / mod_jk - Problem with load balancer

2007-10-04 Thread Nuno Branco
Hello list, This is my first post so treat me gently :) I'm trying to configure Apache + Tomcat with load balancing capabilities and I'm planning to use mod_jk to accomplish this, unfortunately I have not been very successfull. The HOWTOs I found in the net must be outdated since I'm not really

Re: Apache2 / Tomcat5 / mod_jk - Problem with load balancer

2007-10-04 Thread Felix Schumacher
Hi Nuno, I would think you have configured mod_jk to use worker1 as the only worker in apache. You should use the loadbalancer worker in mod_jk.conf like JkMount /myapp/* loadbalancer and change your worker.properties to inlude the loadbalancer worker in the worker.list property like

Re: Apache2 / Tomcat5 / mod_jk - Problem with load balancer

2007-10-04 Thread Rainer Jung
In addition to Felix Schumachers correct comments: Nuno Branco wrote: very successfull. The HOWTOs I found in the net must be outdated since I'm not really acomplishing anything usefull, also because apache is complaining about some options (as I will post below) that the HOWTO told me to put

Re: Apache2 / Tomcat5 / mod_jk - Problem with load balancer

2007-10-04 Thread Nuno Branco
Thank you. It was in fact that simple :) Time to go look at how to enable the session sticky properties. Thanks again. On 10/4/07, Felix Schumacher [EMAIL PROTECTED] wrote: Hi Nuno, I would think you have configured mod_jk to use worker1 as the only worker in apache. You should use the