Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 60048 invoked from network); 11 Mar 2010 13:19:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 13:19:02 -0000 Received: (qmail 74688 invoked by uid 500); 11 Mar 2010 13:18:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74665 invoked by uid 500); 11 Mar 2010 13:18:26 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 74657 invoked by uid 99); 11 Mar 2010 13:18:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 13:18:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil@philipwigg.co.uk designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-ww0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 13:18:24 +0000 Received: by wwb31 with SMTP id 31so1930wwb.18 for ; Thu, 11 Mar 2010 05:18:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.208 with SMTP id e58mr720384wef.57.1268313482636; Thu, 11 Mar 2010 05:18:02 -0800 (PST) In-Reply-To: <841486.61191.qm@web39604.mail.mud.yahoo.com> References: <75770.24869.qm@web39602.mail.mud.yahoo.com> <606990.26066.qm@web39603.mail.mud.yahoo.com> <964267231003110402q5cb1a700n6615e086a54ee0ed@mail.gmail.com> <841486.61191.qm@web39604.mail.mud.yahoo.com> Date: Thu, 11 Mar 2010 13:18:02 +0000 Message-ID: <964267231003110518g753e674ey46f1bb17a3a341cf@mail.gmail.com> From: Philip Wigg To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [users@httpd] Worker inside ProxyPass > Thank you very much for your help. My problem is that one Tomcat runs out of resources and then HTTPD also stop forwarding requests to other Tomcats. I'm using only ProxyPass, without JkMount: > > ProxyPass /Context1 ajp://localhost:8008/Context1 > ProxyPass /Context2 ajp://localhost:8009/Context2 > > This is why I would like to try to add JkMount directive, so HTTPD will use workers and if one worker stops others will continue working. Does this make any sense? How can I do this? It sounds like you possibly want to configure a balancer, maybe a hot-standby. You might want to look at implementing the ProxyPass 'ping' parameter for checking for hung or busy Tomcats. Sample balancer config, etc. is all in the docs:- http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Phil. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org