Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 64432 invoked from network); 3 Feb 2003 18:26:18 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Feb 2003 18:26:18 -0000 Received: (qmail 26459 invoked by uid 97); 3 Feb 2003 18:27:49 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 26452 invoked from network); 3 Feb 2003 18:27:48 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Feb 2003 18:27:48 -0000 Received: (qmail 60954 invoked by uid 500); 3 Feb 2003 18:25:36 -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 60933 invoked from network); 3 Feb 2003 18:25:35 -0000 Received: from unknown (HELO sfoexc01.nonstop.com) (63.95.73.200) by daedalus.apache.org with SMTP; 3 Feb 2003 18:25:35 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: inlcude not working Date: Mon, 3 Feb 2003 10:25:39 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: inlcude not working Thread-Index: AcLLsYMDIhYAqniIR5OjKHVtiLx/oQAAB5Pw From: "Filip Hanik" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N you can't include files from a different webapp Filip -----Original Message----- From: chowatt@YOTTAYOTTA.COM [mailto:chowatt@YOTTAYOTTA.COM] Sent: Monday, February 03, 2003 10:24 AM To: tomcat-user@jakarta.apache.org Subject: JSP:inlcude not working I am porting an application from tomcat 3.2.3 to tomcat 4.1.12 and am = having a problem with jsp:inlcude. I have a directory structure like this webapps/common/ webapps/admin/ The directory contains a menu that I use in all of the specific jsp pages. This menu is=20 just a table that does a bit of data processing to determine what menu = items a specific user should see. Anyway, in version 3.2.3 the code to include the menu looks like this: but in 4.1.12 this does not work. If, however, I change it to=20 <%@ include file=3D"../common/navbar.jsp"%> it works fine. To further complicate things, if I place the navbar.jsp in the same directory as the specific jsps and add this code=20 it also works fine. Anyone have any thoughts on why? C. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org