I am testing servlets which work fine with apache134, and jserv 10b3.
(Other context: solaris 2.6, jdk 1.1.7.)
With 1.3.6 and 10b5, I get an exception in an RCSProxy class
I've written: "Too many open files".
This never happens with the same code running under 1.3.4 and 10b3,
and that code has been used a lot... All of the code is
identical: the same class and jar files are used by both
new and old installations.
After searching the web, and finding
(http://www.cloudscape.com/support/pubfaq.html#a58)
the suggestion that 'ulimits' on open files of 64 might be too
low -- and discovering that is indeed the default limit in solaris --
I tried 'ulimits -n 1024' in the shell from which I
start apache, but that didn't help. And I suspect that the
value of 1024 did not get passed along to jserv.
Any advice?
- Paul
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]