Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 35223 invoked from network); 12 Feb 2004 00:57:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Feb 2004 00:57:49 -0000 Received: (qmail 13286 invoked by uid 500); 12 Feb 2004 00:57:03 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 13261 invoked by uid 500); 12 Feb 2004 00:57:02 -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 13243 invoked from network); 12 Feb 2004 00:57:02 -0000 Received: from unknown (HELO elephant.cnchost.com) (207.155.252.97) by daedalus.apache.org with SMTP; 12 Feb 2004 00:57:02 -0000 Received: from joshua (dsl093-044-107.sac1.dsl.speakeasy.net [66.93.44.107]) by elephant.cnchost.com id TAA20436; Wed, 11 Feb 2004 19:57:09 -0500 (EST) [ConcentricHost SMTP Relay 1.16] Message-ID: <200402120057.TAA20436@elephant.cnchost.com> Errors-To: Reply-To: From: "Phil Cox" To: "'Tomcat Users List'" Subject: RE: Apache / Tomcat JK problem Date: Wed, 11 Feb 2004 16:56:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <402A5F6B.4010803@quinn-direct.com> Thread-Index: AcPw46fNAmyXgbL8RbisfVUVZX5grwAHv5bA X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > I've been following docs on setting this up (Apache 1.3x > Tomcat 5.0.18, > jk) for the Tomcat examples, but I get "File does not exist: > /wwwroot/htdocs/examples/" in apache logs. I have Apache and > Tomcat on different boxes. I am not fussed about serving > static content as I will eventually use Apache for load balancing. > > I must be missing something! Any ideas are appreciated. Not sure of this is it, but you have not told apache to go to tomcat for any/all files in /examples. If you want it to request to Tomcat for everything under examples, try: JKMount /examples/* worker1 And see if it works. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org