The error reffers to Connector/J not to instalation of MySQL. Do you have connector?
If not download it here . Extract the JAR file and place it in your lib directory (Tomcat_Directory/webapps/YOUR_PROJECT/WEB-INF/lib)
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
i think this is wrong
JDBC_DRIVER = getInitParameter("com.mysql.jdbc.driver");
you have a param in your config with this?
try changing it to this, at least for debugging purposes
JDBC_DRIVER = "com.mysql.jdbc.driver";
dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143