org
> > Sent: Friday, October 24, 2008 2:42:58 AM
> > Subject: Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails
> >
> > Chris Kemper wrote:
> > [...]
> >
> > >
> > > My question: If the servlet fails (e.g. returns a 50x http
change BalancerMember status if servlet fails
Chris Kemper wrote:
[...]
>
> My question: If the servlet fails (e.g. returns a 50x http error), is there
> some way I can use that to set the corresponding BalanceMember status to Err
> or Dis? Currently the load balancer continues to
I'm using httpd 2.2.9 on windows. I've configured a simple load balancer with 2
servlet backends, as follows:
BalancerMember ajp://host1:8009/myservlet route=tomcat1
BalancerMember ajp://host2:8009/myservlet route=tomcat2
Load balancing among the servlets is working as expected