Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89322 invoked from network); 18 Aug 2008 17:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 17:22:00 -0000 Received: (qmail 84480 invoked by uid 500); 18 Aug 2008 17:21:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 84418 invoked by uid 500); 18 Aug 2008 17:21:57 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 84407 invoked by uid 99); 18 Aug 2008 17:21:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 10:21:57 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [32.97.182.143] (HELO e3.ny.us.ibm.com) (32.97.182.143) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 17:20:59 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m7IHLGjn012339 for ; Mon, 18 Aug 2008 13:21:16 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m7IHL5gZ228752 for ; Mon, 18 Aug 2008 13:21:05 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m7IHL5ac002463 for ; Mon, 18 Aug 2008 13:21:05 -0400 Received: from dyn9-37-243-159.raleigh.ibm.com (wgstoddard-009037243159.raleigh.ibm.com [9.37.243.159]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m7IHL5rN002430 for ; Mon, 18 Aug 2008 13:21:05 -0400 Message-ID: <48A9AF81.6000402@wstoddard.com> Date: Mon, 18 Aug 2008 13:21:05 -0400 From: bill stoddard User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: apache httpd and geronimo -- newbie References: <19033486.post@talk.nabble.com> In-Reply-To: <19033486.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org whitewaterbug wrote: > Is it possible to have apache HTTPd run as the web server and geronimo run as > the application server? > Yep, it's possible. Jason already pointed to the doc that works with Apache httpd 2.0. My suggestion is to use Apache 2.2 with mod_proxy and mod_proxy_http: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html You would want to use a basic 'Reverse Proxy' configuration. Bill