Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 47641 invoked from network); 17 Jul 2007 14:00:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 14:00:12 -0000 Received: (qmail 91054 invoked by uid 500); 17 Jul 2007 12:54:05 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 90868 invoked by uid 500); 17 Jul 2007 12:54:04 -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 90857 invoked by uid 99); 17 Jul 2007 12:54:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 05:54:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [65.249.159.30] (HELO mail2.fujifilm.com) (65.249.159.30) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Jul 2007 05:54:01 -0700 Received: from mail.guadagno.org ([74.67.146.234]) by mail2.fujifilm.com with hMailServer ; Tue, 17 Jul 2007 08:53:40 -0400 Received: from Home Domain-MTA by mail.guadagno.org with Novell_GroupWise; Tue, 17 Jul 2007 08:53:31 -0400 Message-Id: <469C8380.3F77.002E.1@guadagno.org> X-Mailer: Novell GroupWise Internet Agent 7.0.2 HP Date: Tue, 17 Jul 2007 08:53:22 -0400 From: "Tony Guadagno" To: References: In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=__PartDBFC0CD2.0__=" X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Can Apache front multiple instances of Tomcat --=__PartDBFC0CD2.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline sure, apache can front multiple tomcats. in the workers.properties, you = specify a second instance and name it. then in the jkmounts you use that = second instance like so worker.list=3Dajp13, ajp13-2 worker.ajp13.port=3D8009 worker.ajp13.host=3Dlocalhost worker.ajp13.type=3Dajp13 worker.ajp13.socket_timeout=3D600 worker.ajp13.socket_keepalive=3D1 worker.ajp13-2.port=3D8010 worker.ajp13-2.host=3Dlocalhost worker.ajp13-2.type=3Dajp13 worker.ajp13-2.socket_timeout=3D600 worker.ajp13-2.socket_keepalive=3D1 then jkmount ajp13 OR jkmount ajp13-2 *********************************************** Tony Guadagno Guadagno Consulting tonyg@guadagno.org 585.703.6700 *********************************************** >>> Brady Erickson 7/16/2007 3:26 PM >>> I am trying to determine if I can have Apache front multiple instances of = Tomcat all running on the same box. The workers.properties file suggests = that there is a single workers.tomcat_home. Any help would be greatly = appreciated. Thanks in advance! Brady Erickson --------------------------------------------------------------------- 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=20 " from the digest: users-digest-unsubscribe@httpd.apache.org=20 For additional commands, e-mail: users-help@httpd.apache.org=20 --=__PartDBFC0CD2.0__= Content-Type: text/plain; name="Tony Guadagno.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Tony Guadagno.vcf" BEGIN:VCARD VERSION:2.1 X-GWTYPE:USER FN:Tony Guadagno EMAIL;WORK;PREF;NGW:tonyg@guadagno.org N:Guadagno;Tony END:VCARD --=__PartDBFC0CD2.0__= Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- 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 --=__PartDBFC0CD2.0__=--