Re: How do avoid opening too many files for Tomcat to handle?
Posted By:
Luigi_Viggiano
Posted On:
Sunday, May 6, 2001 04:42 PM
I never faced this issue, but it seems strange to me.
Is the OS keeping limits on maximum open files, and JVM overflows this limit?
If you use files in your app, always call close() method.