[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

[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