Hello, I am trying to implement Connection Pooling in java.I have written one java code and one jsp file.When I run it on tomcat6.0.20,I got following error.
javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null'
on this line Connection conn = ds.getConnection();