Re: Tomcat 5.0.28 reaches OS open files limit

2006-06-02 Thread Edoardo Causarano
Hmm... I'll check. Thanks e 2006/5/26, [EMAIL PROTECTED] [EMAIL PROTECTED]: I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would

RE: Tomcat 5.0.28 reaches OS open files limit

2006-05-26 Thread mnoel
I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would disabling http keepalives reduce the open file count? Do you use

RE: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Dirk Moolman
I don't know which parameter it is, but how about increasing the kernel parameter that handles open files ?Unless your application just keeps growing in terms of open files, and you need to start killing off processes like you mentioned with the http keepalives. -Original Message-

Re: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
Very strangely, applying maxKeepAliveRequests=1 will cause an apparently unrelated exception: Tomcat will complain it cant find the Oracle jdbc drivers nowhere in the library path. I don't understand this... e Alle 14:45, mercoledì 24 maggio 2006, Dirk Moolman ha scritto: I don't know which