DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17405>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17405 JSP Classpath Summary: JSP Classpath Product: Tomcat 4 Version: Nightly Build Platform: All URL: http://www.hellaweb.com:8888/paste OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Jasper 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hello, When we want to use Tomcat Catalina with the Embedded class, if we have our classloader hierarchy, with a deep > 3, the WebappLoader.setClasspath method retrieve only the urls on a deeper=3 and stop. while ((layers < 3) && (loader != null)) { I wonder why it is limited to 3 and it don't loop until parentClassLoader is null. Because, in this case(loop <3), the JSP classpath is missing some urls.... If you have an answer for compile jsp with an embedded tomcat and a classloader hierarchy with a deep > 3 There is a Attribute (CLASSPATH_ATTR) of the Context but with the facade, this is not take into account. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]