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 1482 invoked from network); 14 Sep 2000 23:00:35 -0000 Received: from natmail2.webmailer.de (HELO post.webmailer.de) (192.67.198.65) by locus.apache.org with SMTP; 14 Sep 2000 23:00:35 -0000 Received: from ronald-pfeiffer.de (limb-3e364eb2.pool.mediaWays.net [62.54.78.178]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id BAA03108 for ; Fri, 15 Sep 2000 01:00:34 +0200 (MET DST) Sender: root@post.webmailer.de Message-ID: <39C158A9.7B1E0D04@ronald-pfeiffer.de> Date: Fri, 15 Sep 2000 01:00:57 +0200 From: Ronald Pfeiffer X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.14 i686) X-Accept-Language: ru, en-US, en, de, es, ja MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat not seeing .jsp References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Perhaps you used upper case letters for the JSP file's extension. web.xml declares a mapping for the extension *.jsp to the servlet jsp which executes jsp files. The test for file extensions is case sensitive (under Windows, too). So the server doesn't map *.JSP files to the jsp servlet. Windows sometimes automatically converts file names to upper case if they consist of not more than 8 letters. This will always happen if you copy files from Linux to Windows! Ronald Pfeiffer Rick Bosch wrote: > I have 5 jsp files in webapps/ROOT the problem is 3 of them work fine but > two of them come without being compiled, i just get the the source. Anybody > know whats up? > > thanks > rick