Re: DBCP with JDBC driver in WEB-INF/lib

2004-07-12 Thread David Smith
I don't think you can. The classloader that supports the jars in common/lib can't see the jars in your webapp. It's one of those cases where your webapp's classloader can see the jars at the tomcat level, but not the other way around. I think your stuck with either getting the provider to

Re: DBCP with JDBC driver in WEB-INF/lib

2004-07-11 Thread QM
On Sun, Jul 11, 2004 at 01:49:24AM -0400, Steven J. Owens wrote: : My hosting provider is using an older driver that doesn't support : some JDBC 3.0 features I'd like. : : When I asked them about upgrading, they told me I could just stick : the jar file for the more up-to-date driver in

DBCP with JDBC driver in WEB-INF/lib

2004-07-10 Thread Steven J. Owens
Hi all, I'm using tomcat with DBCP for connection pooling, on a hosted server. My hosting provider is using an older driver that doesn't support some JDBC 3.0 features I'd like. When I asked them about upgrading, they told me I could just stick the jar file for the more