Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 65154 invoked from network); 19 May 2006 09:53:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 09:53:09 -0000 Received: (qmail 57003 invoked by uid 500); 19 May 2006 09:52:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56836 invoked by uid 500); 19 May 2006 09:52:55 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56825 invoked by uid 99); 19 May 2006 09:52:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 02:52:55 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wapace@bellsouth.net designates 205.152.59.70 as permitted sender) Received: from [205.152.59.70] (HELO imf22aec.mail.bellsouth.net) (205.152.59.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 02:52:53 -0700 Received: from ibm65aec.bellsouth.net ([192.168.16.253]) by imf22aec.mail.bellsouth.net with ESMTP id <20060519095232.TJYN27293.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Fri, 19 May 2006 05:52:32 -0400 Received: from mail.bellsouth.net ([192.168.16.253]) by ibm65aec.bellsouth.net with SMTP id <20060519095232.XGNU24169.ibm65aec.bellsouth.net@mail.bellsouth.net> for ; Fri, 19 May 2006 05:52:32 -0400 X-Mailer: Openwave WebEngine, version 2.8.16.1 (webedge20-101-1106-101-20040924) X-Originating-IP: [72.148.104.3] From: Warren Pace To: "Tomcat Users List" Subject: Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp Date: Fri, 19 May 2006 5:52:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20060519095232.XGNU24169.ibm65aec.bellsouth.net@mail.bellsouth.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > **************************** PROXY_AJP_.CONF *************************** > > ProxyPass /contact/*.jsp ajp://localhost:8080/contact/ > ProxyPassReverse /contact/*.jsp ajp://localhost:8080/contact/ Use port 8009 (the ajp connector uses 8009) instead of 8080 Add a line in your HTTPD.conf to include your PROXY_AJP_CONF file as below: Include /etc/apache2/extra/PROXY_AJP_CONF (whatever you've named your file). Use the Location directive inside your proxy_ajp_conf file ProxyPass ajp://localhost:8009/contact/ > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org