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=30362>. 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=30362 Tomcat eats up file handers ------- Additional Comments From [EMAIL PROTECTED] 2004-07-30 11:13 ------- Yes, the JARs in common/lib are global. However, they are not opened by the webapps classloaders, but rather by a shared classloader to which the webapps CLs delegate. I did move the try/catch inside the loop, as I don't see any reason not to. I don't really see why it would fix too many things, but it definitely doesn't hurt. Note: I did add the code which closes the JARs during startup. Since we load all webapps, I thought there would be good to avoid keeping too much stuff open until the webapp needs more classes. I think you didn't see the periodic operation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]