Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 82347 invoked from network); 19 May 2005 23:07:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2005 23:07:52 -0000 Received: (qmail 78967 invoked by uid 500); 19 May 2005 23:07:19 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 78948 invoked by uid 500); 19 May 2005 23:07:19 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 78932 invoked by uid 99); 19 May 2005 23:07:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from outfbmx001.isp.belgacom.be (HELO outfbmx001.isp.belgacom.be) (195.238.3.96) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 19 May 2005 16:06:56 -0700 Received: from outmx027.isp.belgacom.be (outmx027.isp.belgacom.be [195.238.2.208]) by outfbmx001.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id j4JJVmaA018883 for ; Thu, 19 May 2005 21:31:48 +0200 (envelope-from ) Received: from outmx027.isp.belgacom.be (localhost [127.0.0.1]) by outmx027.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j4JJVZGC016289 for ; Thu, 19 May 2005 21:31:35 +0200 (envelope-from ) Received: from [80.200.124.42] (42.124-200-80.adsl.skynet.be [80.200.124.42]) by outmx027.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j4JJVTEQ016257 for ; Thu, 19 May 2005 21:31:29 +0200 (envelope-from ) Message-ID: <428CE98F.8030806@skynet.be> Date: Thu, 19 May 2005 21:31:27 +0200 From: Bart Masschelein User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "'Tomcat Users List'" Subject: where to change the webapp/ROOT setting? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello there, I've installed Apache2 and Tomcat5 on my PC (XP), and seperately they work fine. Then I installed JK2 to let Apache run JSPs, and there is the problem. Everything works fine, in the sense that I can run html files and Apache can run Tomcat, as I choose a .jsp to run, I get the error screen of Tomcat, saying that _The requested resource (/Time.jsp) is not available._ That file is in the server directory sth/html for Apache. If I copy that file in $TOMCAT_ROOT/webapps/ROOT/, then I can load it succesfully. So jsp pages are search for in that directory. Which setting in which file do I need to change so the Apache server directory is used instead of the tomcat one for JSP pages? Thanks, Bart --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org