This is a Tomcat-specific implementation note: Currently all of the Tomcat-Specific ClassLoaders in 4.1.x extend URLClassLoader. Therefore, you should be able to walk the tree and cast getParent() to a URLClassLoader and get any information from there.
If you are using TC 3.x, then the answer may be different. "Dave Naden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have a slick little JSP script that dumps the class/jar files found by the various classloaders: boot, extension, system, and application. But I'm aware that Tomcat also has it's own set of class loaders. Is there a way to identify these from a JSP script, so that I can actually see what Tomcat is loading? thanks, Tomcat gang. -Dave Naden --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
