From user-return-14993-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Jul 27 23:52:57 2010 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 23812 invoked from network); 27 Jul 2010 23:52:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 23:52:57 -0000 Received: (qmail 22748 invoked by uid 500); 27 Jul 2010 23:52:57 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 22707 invoked by uid 500); 27 Jul 2010 23:52:56 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Delivered-To: moderator for user@geronimo.apache.org Received: (qmail 56694 invoked by uid 99); 27 Jul 2010 22:15:24 -0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of rjowens@us.ibm.com does not designate 216.139.236.158 as permitted sender) Date: Tue, 27 Jul 2010 15:14:58 -0700 (PDT) From: rjowens To: user@geronimo.apache.org Message-ID: <1280268898872-1000886.post@n3.nabble.com> Subject: Apache Http Server Load Balancing and Failover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have Apache Http Server v2.2.3 configured as a reverse proxy with load balancing to a WADI clustered application on Geronimo 2.1.5. Load balancin= g and failover works fine if one of the Geronimo instances fail. However, if only the application fails or is stopped I get a 404 error and failover doe= s not work?=20 Here=E2=80=99s the LB config: Order deny,allow=20 Allow from all=20 BalancerMember ajp://localhost:8209/NodeDetection loadfactor=3D50 route=3Dnode1=20 BalancerMember ajp://localhost:8409/NodeDetection loadfactor=3D50 route=3Dnode2=20 =20 ProxyPass /NodeDetect balancer://wadicluster stickysession=3DJSESSION= ID =09=09 ProxyPassReverse /NodeDetect ajp://localhost:8209/NodeDetect ProxyPassReverse /NodeDetect ajp://localhost:8409/NodeDetect SetHandler balancer-manager Order Deny,Allow Allow from all=09=09=09 =20 =09=09 I need to make this work with an application failure as well as a server failure. Any ideas? Thanks. --=20 View this message in context: http://apache-geronimo.328035.n3.nabble.com/A= pache-Http-Server-Load-Balancing-and-Failover-tp1000886p1000886.html Sent from the Users mailing list archive at Nabble.com.