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=5446>. 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=5446 Can't change webapp class loader (bug #5391 revisited :) Summary: Can't change webapp class loader (bug #5391 revisited :) Product: Tomcat 4 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Bug fix for submitted bug #5391 don't fix the problem of overriding the default class loader (WebappClassLoader) for WebappLoader. It still has no effect. In WebappLoader.start method a WebappClassLoader is always created: if (parentClassLoader == null) { classLoader = new WebappClassLoader(container.getResources()); } else { classLoader = new WebappClassLoader(parentClassLoader, container.getResources()); } Is it possible to use dynamic class creation here to fix this feature? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>