Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. javawanabe

    Problem with JDBC Connection

    Hi, Are you picking up a value for the connection from web.xml? This line in your error stood out to me: br.ufrj.cos.modmanager.consultas.ParametrosConsulta.<init>(ParametrosConsulta.java:23) JW
  2. javawanabe

    Requesting explanation on process DBCP takes

    Hi again, I finally have a bit of time to get back to this. To recap, I am trying to get DBCP connection pooling to work with Tomcat 4.1.24 and DB2 8.X. I can connect directly, but whenever I try to use DBCP, I receive a "Cannot load driver class 'null'" error. The DB2 and JNDI jar files are...
  3. javawanabe

    Requesting explanation on process DBCP takes

    Hi all, I am trying to implement DBCP to a DB2 database on Tomcat 4.1.X and am having a few problems. I can successfully connect directly (no DBCP) from within my code using the supplied DB2 driver, so I don't think there are any issues with either my version of Tomcat or of the DBCP jar or the...

Part and Inventory Search

Back
Top