DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19445>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19445 tomcat doesn't startup the second time on mac os x 10.2.5 ------- Additional Comments From [EMAIL PROTECTED] 2004-01-16 20:45 ------- Mac OS X imposes a low limit on the number of open file descriptors a process may have, specifically 256 by default. There is no easy way to fix this from Java, but in the catalina shell script, you should probably add a call to the sh builtin ulimit to increase the number of allowed open files. For example: ulimit -n 1024 This solved the problem in my application and probably would solve the problem in tomcat. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]