While using Tomcat, I have often encountered a problem (a
java.net.SocketException) with "Too many open files". I understand that
to combat this, I need to up the limit on file descriptors in my Solaris
8 system (ulimit command). The system went from 256 -> 1024 descriptors,
but I still get the error, and in listing the open files, I will see
"/devices/pseudo/[EMAIL PROTECTED]:null" as being used by my Tomcat process - over
and over and over. I take it the Tomcat process is writing to "null"? Is
it supposed to do that - or so much of it? Or does this indicate a
problem somewhere?

Thanks!

--
Lynn Hollerman.




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to