Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 8861 invoked from network); 20 Oct 2005 03:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 03:51:37 -0000 Received: (qmail 78276 invoked by uid 500); 20 Oct 2005 03:51:35 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 78208 invoked by uid 500); 20 Oct 2005 03:51:34 -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 Received: (qmail 78197 invoked by uid 99); 20 Oct 2005 03:51:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 20:51:34 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mparaz@gmail.com designates 66.249.82.198 as permitted sender) Received: from [66.249.82.198] (HELO xproxy.gmail.com) (66.249.82.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 20:51:34 -0700 Received: by xproxy.gmail.com with SMTP id t4so179787wxc for ; Wed, 19 Oct 2005 20:51:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rXm0lKHCdPCMKnq/kJt+1WvtUiQBd9nHk8jRL1W+rH3VoQp4CZktQ/1ppOQuOYizMpY0ett4L/cqoGOv2n2qfMwmbyu4z5fWliyLcMe7nHxLYE3LPs2uWEiMszreAxc3dwLaQnyESitzzomiMfDFr0AUPRNej1os745l8q3VQQY= Received: by 10.70.30.17 with SMTP id d17mr699629wxd; Wed, 19 Oct 2005 20:51:13 -0700 (PDT) Received: by 10.70.11.7 with HTTP; Wed, 19 Oct 2005 20:51:13 -0700 (PDT) Message-ID: Date: Thu, 20 Oct 2005 11:51:13 +0800 From: Miguel A Paraz To: user@geronimo.apache.org Subject: Re: Connectors -- PHP and Geronimo? In-Reply-To: <20051019213020.9963.qmail@web34902.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4356855E.3050002@gmail.com> <20051019213020.9963.qmail@web34902.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/20/05, tbot55@yahoo.com wrote: > Does anyone know of a way to configure PHP into > Geronimo? I think that would be a cool thing to be > able to do as well. I see JSP is built in, as well as > JavaScript. But at least for the time being, I think > leaving the declarative security stuff alone is my > best bet, time conserving wise. Since there is no JVM runtime for PHP (as far as I know), you'll need to use the PHP runtime for Apache httpd. Apache httpd will forward specified URLs to Geronimo's web connector (Jetty or Tomcat) via AJP. I guess that makes the question more specific: how to configure AJP on Gero= nimo?