JDBC Driver not loaded
Hai I am arun.I have connected tomcat with mysql using mm.mysql connector. I have configured the server.xml and I placed the mm.mysql.jar file in the CATALINA_HOME/common/lib folder as per the procedure specified in the tomact documentaion.But when I execute a sample jsp program which retrieves the values from the mysql database I get the following error.
java.sql.SQLException: Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver'
I have tried all the possiblities but I couldn't able to successfully run the sample application. So someone please help me in troubleshooting this problem.
V.S.Arun
|