Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 46261 invoked from network); 5 Dec 2008 16:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 16:19:59 -0000 Received: (qmail 9129 invoked by uid 500); 5 Dec 2008 16:20:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 9095 invoked by uid 500); 5 Dec 2008 16:20:00 -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 9084 invoked by uid 99); 5 Dec 2008 16:20:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 08:19:59 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.96.62.16] (HELO QMTA01.westchester.pa.mail.comcast.net) (76.96.62.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 16:18:28 +0000 Received: from OMTA08.westchester.pa.mail.comcast.net ([76.96.62.12]) by QMTA01.westchester.pa.mail.comcast.net with comcast id nUKC1a00E0Fqzac51UKGCv; Fri, 05 Dec 2008 16:19:16 +0000 Received: from [192.168.1.105] ([68.50.99.121]) by OMTA08.westchester.pa.mail.comcast.net with comcast id nUKC1a02V2d8Sh83UUKC2s; Fri, 05 Dec 2008 16:19:13 +0000 X-Authority-Analysis: v=1.0 c=1 a=CfgcrHiLlL8A:10 a=mV9VRH-2AAAA:8 a=xe8BsctaAAAA:8 a=u5wv5tUBWmgI_tfI7s8A:9 a=VZ4JdkEPDJRNpQTS0ZLEXkAUI2gA:4 a=rPt6xJ-oxjAA:10 Message-ID: <49395482.4030300@christopherschultz.net> Date: Fri, 05 Dec 2008 11:19:14 -0500 From: Christopher Schultz User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: mixed html and jsp site using ProxyPass References: <200812031129.07582.david.goodenough@btconnect.com> In-Reply-To: <200812031129.07582.david.goodenough@btconnect.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David, David Goodenough wrote: > ProxyPass ajp://127.0.0.1:8009/jsp Can't you do something like this: ProxyPass (/*.jsp) ajp://127.0.0.1:8009/jsp$1 ?? This is one of the reasons that I like using mod_jk: there's actual documentation for how to use it. The best I can find for mod_proxy_ajp is http://httpd.apache.org/docs/2.2/mod/mod_proxy.html With mod_jk, the setup or URLs is obvious: JkMount *.jsp tomcat Of course, you have to define the "tomcat" worker, which is less straightfoward, but you can get away with this: JkWorkerProperty worker.list=tomcat JkWorkerProperty worker.tomcat.port=8009 - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkk5VIIACgkQ9CaO5/Lv0PBONgCghICuIwsZD4gF7sKY+i/KxcEj SBAAn2zvD64SFBn58LYA8nAn9/OdkaXy =QnxS -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org