From user-return-6532-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Mon Apr 30 15:16:33 2007 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 94994 invoked from network); 30 Apr 2007 15:16:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 15:16:32 -0000 Received: (qmail 6397 invoked by uid 500); 30 Apr 2007 15:16:33 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 5930 invoked by uid 500); 30 Apr 2007 15:16:32 -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 5919 invoked by uid 99); 30 Apr 2007 15:16:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 08:16:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hcunico@gmail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 08:16:22 -0700 Received: by wx-out-0506.google.com with SMTP id s18so1657390wxc for ; Mon, 30 Apr 2007 08:16:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=XU5RoLFYCcLN9FEIaImUm/f0jUHMKmX7CzBTAoahwD6yrytKJQocLt+s0r59jptnVPNU/R850MeVsHJ69YU2fUyTPutVg+rK8KopbCSjuT47kLl6WJyP7V6sUeukGYprHFEO9kWotkLsKWjpKhKRR2MalFSENAmRYaWW0kj+sYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=uhM4vXCKUgPw+0npeAIyjkes1c5dlgrS4M5g9mX/ueJwcF+6mvfKFDdgqPgvvLKTpyApS7nuTsmvzP5Sii25VEVxKie8OQbr6RFbKLmZe5iChk7VaasNZQ7FF8JDNLB9DGEQ5QQArFvBqeSiLh7DO1fVQBF1S+io0p8Lmj38uaU= Received: by 10.90.72.10 with SMTP id u10mr5306364aga.1177946160854; Mon, 30 Apr 2007 08:16:00 -0700 (PDT) Received: from ?192.168.1.102? ( [71.70.229.139]) by mx.google.com with ESMTP id 7sm8051874wrh.2007.04.30.08.15.59; Mon, 30 Apr 2007 08:15:59 -0700 (PDT) Message-ID: <46360830.3000605@gmail.com> Date: Mon, 30 Apr 2007 11:16:00 -0400 From: Hernan Cunico User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Geronimo and apache httpd References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Michael, You can leave the workers.tomcat_home set as default, you don't need to specify anything else to use mod_jk with Geronimo. As for the worker.inprocess.class_path, you don't need it unless you create a separate worker called "inprocess". mod_jk configuration is pretty straight forward, IFRC you need to set only those 3 variables on the workers file, then update the httpd.conf and presto! HTH Cheers! Hernan Michael Galloway McLean wrote: > Hi. > > I have in the past used apache httpd and tomcat with the mod_jk > connector. I now want to use Geronimo (Tomcat container) with Apache > httpd as depicted in the installation documentation ( > http://cwiki.apache.org/GMOxDOC20/installation.html#Installation-ConfiguringwithApacheHTTPd). > > I have read the documentation on Configure Apache HTTPd as a reverse > proxy (mod_proxy) > . > I am interested in how to Configure Apache HTTPd with Jakarta Tomcat > Connector (mod_jk). > > > I have apache httpd up and running. No problems here. I have also made > the necessary changes to httpd.conf and installed the mod_jk.so module. > I have geronimo (with the tomcat container) up and running. > > My question relates to the workers.properties file that needs to be > configured. The section on configuring the workers.properties > identifies the three variables that you should focus on. > > worker.ajp13.type=ajp13 > worker.ajp13.host=localhost > worker.ajp13.port=8009 > > > However, the workers.properties files has two entries that I am not sure > how to configure with Geronimo > > workers.tomcat_home=/var/tomcat3 > > worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar > > How exactly should these variables be configured? > > Many thanks in advance for your advice and comments > Michael > >