Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 88849 invoked from network); 13 Jan 2002 20:18:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Jan 2002 20:18:45 -0000 Received: (qmail 2723 invoked by uid 97); 13 Jan 2002 20:18:31 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 2707 invoked by uid 97); 13 Jan 2002 20:18:31 -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 2696 invoked from network); 13 Jan 2002 20:18:30 -0000 Message-ID: <002501c19c6f$05dda800$00d2fea9@opium> From: "James Rigg" To: Cc: "James Rigg" Subject: Tomcat + Apache working, but JSPs not passed to Tomcat by Apache... Date: Sun, 13 Jan 2002 20:15:18 -0000 Organization: panoguide.com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have managed to get Tomcat 4.0.1 and Apache 1.3.20 working nicely on my Windows box... but Apache is only passing requests to Tomcat as directed by the WebAppDeploy directives in httpd.conf, e.g.: WebAppConnection conn warp test.panoguide.com:8008 WebAppDeploy examples conn /examples/ How do I instruct Apache to pass through all *.jsp requests to Tomcat too but leave all other files (e.g. *.jpg, *.gif) handled by Apache? Using mod_jk it is easy to do this kind of selective mapping, such as: JkMount /*.jsp ajp12 Is there some syntactic equivalent when using mod_webapp and Tomcat 4, or should I use mod_jk instead and forget mod_webapp??? Thanks for any help, pointers advice etc... James. -- panoguide.com "broadening your horizons" -- To unsubscribe: For additional commands: Troubles with the list: