1 Reply Latest reply on Dec 6, 2005 7:54 AM by ehskaga

    Is there any load balancer working in this way?

    gfzhang

      We solve a failover issue.

      Two JBoss server A and B. The load balancer(LB) always sends the request to A. When A crashed, LB sends all the requests to B (even if A is restarted again) until B crashed.

      Can mod_jk-1.2 be configured to work in this way?

      thanks.