You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mighty Tornado <mi...@gmail.com> on 2009/03/21 12:54:41 UTC

Testing DB before creating Connection Pools

Hi,
I am encountering a problem when trying to test JDBC connection to my
database before I hand it over to the container.

I get the No suitable driver exception wen trying to run the test main class
in Eclipse, even though I added the mysql connector jar to the build path in
the project.

Thanks,