We are using Tomcat 5.5. Does the class org.apache.catalina.loader.WebappClassLoader cache resources found from the findResource() method (which is called when Java code calls getResource())? I looked at source code and it seems to suggest it does, but I want to make sure I was understanding it correctly? If it does cache resources, are there any concerns about the cache growing so large that OutOfMemory errors occur? Or is the cache flushed periodically based on some criteria such as size, last accessed, etc?
Thanks, Gary -- View this message in context: http://www.nabble.com/Are-ClassLoader-resources-cached-forever--tp25440666p25440666.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org