Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 72367 invoked from network); 4 Sep 2003 16:44:48 -0000 Received: from unknown (HELO hotmail.com) (64.4.14.195) by daedalus.apache.org with SMTP; 4 Sep 2003 16:44:48 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 4 Sep 2003 09:42:05 -0700 Received: from 148.202.86.109 by law10-oe60.law10.hotmail.com with DAV; Thu, 04 Sep 2003 16:42:05 +0000 X-Originating-IP: [148.202.86.109] X-Originating-Email: [cecajina@hotmail.com] From: "Carlos Cajina - Hotmail" To: "Tomcat Users List" Subject: Tomcat as an in-process Servlet container? Date: Thu, 4 Sep 2003 11:40:37 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0035_01C372D9.5C3FA350" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 04 Sep 2003 16:42:05.0899 (UTC) FILETIME=[799DD9B0:01C37303] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0035_01C372D9.5C3FA350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everyone. I've followed the steps in = http://www.greenfieldresearch.ca/technical/jk2_config.html for = configuring Apache and Tomcat to communicate using JNI with good = results, but there's just one thing that I can't figure out: When using = channelSocket as the communication channel between the two servers is = possible to use the workers2.properties file to configure the host:port where Apache is = supposed to forward requests for non-static content, so a call to some http://host/webapp/index.jsp would be served transparently. Now, how do = I do the same mapping when using channelJni? My main concern is to let user access any WebApp without having to type = Tomcat's listening port. Regards, Carlos ------=_NextPart_000_0035_01C372D9.5C3FA350--