Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 4451 invoked from network); 10 Jan 2003 17:18:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 10 Jan 2003 17:18:24 -0000 Received: (qmail 21081 invoked by uid 97); 10 Jan 2003 17:19:04 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21016 invoked by uid 97); 10 Jan 2003 17:19: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 20991 invoked by uid 98); 10 Jan 2003 17:19:03 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3E1EFFFE.2070603@ptc.com> Date: Fri, 10 Jan 2003 12:16:46 -0500 From: Erik Price User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: WAR future-compatibility Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Jan 2003 17:16:47.0042 (UTC) FILETIME=[0E2C5220:01C2B8CC] 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 learned, thanks to reading this list, that one cannot depend on the presence of the filesystem when developing a webapp, if that webapp is ever to be bundled as a WAR file. I would like to structure my webapp thusly: /webapp | jsp1.jsp jsp2.jsp jsp3.jsp /includes <-- this is "/webapp/includes" | titlebar.jsp navbar.jsp footer.jsp /WEB-INF | /classes /lib If I do this: <%@ include file="includes/titlebar.jsp" %> Will my webapp still work if it's bundled as a WAR file? Or is this a case of creating a dependency on the presence of the filesystem? Thanks, Erik -- To unsubscribe, e-mail: For additional commands, e-mail: