Hello,
I am making a web-app with Tomcat 6 as the container and I'm trying to use connection pooling. The jdbc driver I am using is jtds-1.2.2.
The pool works fine when the driver jar is placed under ${Catalina_Home}/lib
, but my hosting provider would not let me do so.
I get a CNF-Exception when the driver is placed in the WEB-INF/lib
.
Could someone please provide a solution where I won't have to access the tomcat installation?