Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 74621 invoked from network); 22 Jul 2006 09:37:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2006 09:37:13 -0000 Received: (qmail 32470 invoked by uid 500); 22 Jul 2006 09:37:10 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31969 invoked by uid 500); 22 Jul 2006 09:37:08 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 31958 invoked by uid 500); 22 Jul 2006 09:37:08 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 31955 invoked by uid 99); 22 Jul 2006 09:37:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 02:37:08 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 02:37:07 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 7B3137141F5; Sat, 22 Jul 2006 09:34:53 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39817] - Include File Failure for Parent|Top Relative References In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060722093453.7B3137141F5@brutus.apache.org> Date: Sat, 22 Jul 2006 09:34:53 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39817 ------- Additional Comments From email@michaeljohnston.co.uk 2006-07-22 09:34 ------- Created an attachment (id=18625) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18625&action=view) A minimal test war to demonstrate the issue When accessing /index.jsp the HTML contained within /_jspf/global.jspf is displayed without error. When accessing /subdir/index.jsp, which is idential to /index.jsp, the following error is thrown: org.apache.jasper.JasperException: /index.jsp(1,1) File "/_jspf/global.jspf" not found The web application "test" is running on a Virtual Host www.test.com on localhost with the following mod_jk lines in httpd.conf JkAutoAlias "/test" JkMount /*.jsp ajp13w JkMount /subdir/* ajp13w and the following Host tag in server.xml www.test.com -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org