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=40130>. 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=40130 Summary: Included files not found in Tomcat 5.5.17 Product: Tomcat 5 Version: 5.5.17 Platform: Other OS/Version: Windows 2000 Status: NEW Severity: major Priority: P2 Component: Jasper AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Upon upgrading from Tomcat 5.5.9 to 5.5.17 (fresh install on 2 machines), using similar setup (changes to server.xml only), certain jsps on my site are not found when they are included within another jsp. My question is, has something changed in the configuration of Tomcat? Why would some includes work and others not? My code looks like this.. <%@ include file="/catalog/header.jsp" %> The Exception is.. SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /index.jsp(12,0) File "/catalog/header.jsp" not found d:/webapps/concept700dev/catalog/index.jsp exists d:/webapps/concept700dev/catalog/header.jsp exists My server.xml setup is.. <Host name="concept700dev.configureone.net" debug="0" appBase="d:/webapps/concept700dev" unpackWARs="true" autoDeploy="true"> <Context path="" docBase="" reloadable="true" debug="0" workDir="work\Catalina\concept700dev.configureone.net"> </Context> <Manager className="org.apache.catalina.session.PersistentManager" saveOnRestart="true"/> </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]