[Resin-interest] ssl on windows

2007-03-15 Thread Riccardo Cohen
Hi, I've been looking at all list archive 2007/2006 available and could not find any answer : I try to run resin 3.0.18 on windows xp sp2 with ssl. I created a crt/key with cygwin and put it in resin.conf and $RESIN_HOME/keys as docs says. I downloaded openssl from the win32 web site as docs sa

Re: [Resin-interest] Too many open files

2007-03-15 Thread Bill Au
You can also use the lsof command to find out what is being opened. Network connections count as open files too. Bill On 3/15/07, sksamuel <[EMAIL PROTECTED]> wrote: I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing "uli

[Resin-interest] JDBC JNDI lookup fails in 3.1.0, always worked before

2007-03-15 Thread John Steel
Hi, more funnies moving old resin code to 3.1.0. This, in a servlet, works with 3.0.23 and has for literally years: private Context env; private DataSource pool; private DataSource authPool; private ServletContext sc; public void init(ServletConfig sfg) throws ServletException { sc