Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 33410 invoked from network); 1 Oct 2003 16:54:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Oct 2003 16:54:32 -0000 Received: (qmail 60948 invoked by uid 500); 1 Oct 2003 16:54:06 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 60642 invoked by uid 500); 1 Oct 2003 16:54:04 -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 60627 invoked from network); 1 Oct 2003 16:54:03 -0000 Received: from unknown (HELO mailserver.gopda.com) (65.118.53.48) by daedalus.apache.org with SMTP; 1 Oct 2003 16:54:03 -0000 Received: by mailserver.gopda.com with Internet Mail Service (5.5.2653.19) id ; Wed, 1 Oct 2003 11:54:07 -0500 Message-ID: <93602B6F9AA71D4AA10B6084F7B150A10AFC6AF4@mailserver.gopda.com> From: Hua Hou To: "'tomcat-user@jakarta.apache.org'" Subject: jsp:include and case problem Date: Wed, 1 Oct 2003 11:54:06 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3883C.A04D1F50" 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 ------_=_NextPart_001_01C3883C.A04D1F50 Content-Type: text/plain I am having a case problem with jsp:include. I am using Tomcat 4.1.24. Here is the problem: 2 jsp: A.jsp, b.jsp Inside b.jsp, I have In the browser, when I invoke b.jsp, A.jsp is compiled into "a_jsp.java" and "a_jsp.class". My understanding is that jsp is case sensitive, which means A.jsp should never be compiled into "a_jsp.java" and "a_jsp.class", instead, Tomcat should give "404" error. Is there way to prevent Tomcat from compiling "A.jsp" into "a_jsp.java" when A.jsp is included using jsp:include? Thank you for your great help! Hua ------_=_NextPart_001_01C3883C.A04D1F50--