DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39817>. 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 PROTECTED] 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 "<insertpathhere>/test" JkMount /*.jsp ajp13w JkMount /subdir/* ajp13w and the following Host tag in server.xml <Host name="test.com" appBase="<insertpathhere>/test" > <Alias>www.test.com</Alias> <Context path="" docBase="" debug="1"/> </Host> -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]