I'm building a web app that uses servlets to connect to a mysql database. I'm looking for a solid implementation of a connection pool that I can use. I don't have access to the Tomcat server configuration, so I'm looking for a library that implements the connection pool from within the servlet itself.
Any suggestions?
Thanks in advance!
robin