Re: LoadBalancer worker

2001-04-05 Thread Vikas Bansal
Great. I did the change you suggested and now it goes thru the loadbalancer worker. But now I have a question- It looks like this way all my ajp12 and ajp13 workers would be load balanced. So it might happen that the request may go to a ajp12/13 worker having low lb_value but that context might

RE: LoadBalancer worker

2001-04-05 Thread GOMEZ Henri
did you do ? JkMount /examples/servlet/* loadbalancer JkMount /examples/*.jsp loadbalancer >-Original Message- >From: Vikas Bansal [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 05, 2001 9:31 PM >To: [EMAIL PROTECTED] >Subject: Re: LoadBalancer worker > > >

Re: LoadBalancer worker

2001-04-05 Thread Vikas Bansal
Yes it is there. Sorry I did not mention it earlier- worker.list=myajp12_1, myajp12_2, myajp13_1, myajp13_2, loadbalancer GOMEZ Henri wrote: > >Hello, > >I want to enable the load balancer worker on Apache/Tomcat. Even though > >I have configured the workers.properties file as - > >worker.loadba

RE: LoadBalancer worker

2001-04-05 Thread GOMEZ Henri
>Hello, >I want to enable the load balancer worker on Apache/Tomcat. Even though >I have configured the workers.properties file as - >worker.loadbalancer.type=lb >worker.loadbalancer.balanced_workers=myajp12_1, myajp13_1, myajp12_2, >myajp13_2 Don't forget to add loadbalancer to workers list ! >

LoadBalancer worker

2001-04-05 Thread Vikas Bansal
Hello, I want to enable the load balancer worker on Apache/Tomcat. Even though I have configured the workers.properties file as - worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=myajp12_1, myajp13_1, myajp12_2, myajp13_2 The load balancer worker is not invoked, for I do see the