Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 44895 invoked from network); 17 Jul 2003 16:51:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 Jul 2003 16:51:24 -0000 Received: (qmail 23186 invoked by uid 97); 17 Jul 2003 16:53:58 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 23179 invoked from network); 17 Jul 2003 16:53:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 17 Jul 2003 16:53:57 -0000 Received: (qmail 43404 invoked by uid 500); 17 Jul 2003 16:51:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 43391 invoked from network); 17 Jul 2003 16:51:08 -0000 Received: from unknown (HELO exchange.multivisioninc.com) (206.135.195.19) by daedalus.apache.org with SMTP; 17 Jul 2003 16:51:08 -0000 Received: by exchange.multivisioninc.com with Internet Mail Service (5.5.2655.55) id <3TZ3LKVW>; Thu, 17 Jul 2003 09:49:08 -0700 Message-ID: <0BC35814B06A8A49A077F5A16BA4FFBC9B8B28@exchange.multivisioninc.com> From: Joe Krause To: 'Tomcat Users List' Subject: RE: JK2 Servlet Configuration Problem Date: Thu, 17 Jul 2003 09:49:07 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C34C83.56B253A0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C34C83.56B253A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Great! Thanks guys - this works.=20 -----Original Message----- From: John Turner [mailto:tomcat-user@johnturner.com]=20 Sent: Thursday, July 17, 2003 6:09 AM To: Tomcat Users List Subject: Re: JK2 Servlet Configuration Problem I don't use JK2, but as far as I know, this is prefectly valid: [uri:vegas.x.multivisioninc.com/*.jsp] worker=3Dajp13:localhost:8009 [uri:vegas.x.multivisioninc.com/action/*] worker=3Dajp13:localhost:8009 Are you saying you have tried this and it does not work? Regarding your comments on the documentation, patches are always = welcome. John On Wed, 16 Jul 2003 14:06:40 -0700, Joe Krause = =20 wrote: > I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red = Hat=20 > 9 > system (kernel 2.4.20). I followed the last HOWTO on the JK docs page > = (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html= ) > and everything works great. Except it only specifies how to have = *.jsp=20 > files > sent to tomcat. None of my servlets work because JK2 is setup to only = > send > requests ending in *.jsp to Tomcat. Here's what I have in > workers2.properties: > =A0 > [uri:vegas.x.multivisioninc.com/*.jsp] > worker=3Dajp13:localhost:8009 > =A0 > [uri:admin.vegas.x.multivisioninc.com/*.jsp] > worker=3Dajp13:localhost:8009 > =A0 > My servlets all start at /action. If I change the uri path to = /action/*=20 > then > I loose JPSs. If I change it to * then it works, however, then tomcat = is > serving up my /images/* folder instead of Apache. I can't move all = the=20 > JSPs > under the /action directory. Is there any way to specify more than = one=20 > uri > per virtual host? =A0 > The documentation for JK is really bad. Someone should re-write it. > =A0 > Joe Krause > --=20 Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ------_=_NextPart_001_01C34C83.56B253A0--