Re: [Resin-interest] Sometimes resin can find jdbc driver in webapp, other times no. What gives?

2009-06-25 Thread Leonid Geller
can find jdbc driver in webapp, other times no. What gives? If you define your database pools at the server level in resin.conf, then you need to put the JDBC drivers in the resin/lib directory so the pools can be created when the server starts. Privileged/Confidential Information may be contained

Re: [Resin-interest] Sometimes resin can find jdbc driver in webapp, other times no. What gives?

2009-06-25 Thread Shane Cruz
If you define your database pools at the server level in resin.conf, then you need to put the JDBC drivers in the resin/lib directory so the pools can be created when the server starts. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in

Re: [Resin-interest] Sometimes resin can find jdbc driver in webapp, other times no. What gives?

2009-06-24 Thread Joseph Dane
where'd you get that idea? unless things have changed very dramatically since 3.1.6 (the version I'm using) you can put database drivers in WEB-INF/lib just fine. I don't know a simple way to find out the location from which classes are loaded. I agree -- that could be quite useful. If yo