|
Subject:
|
JDBC Driver not loaded
|
|
Posted By:
|
arun_sunmic
|
Post Date:
|
3/23/2006 8:41:14 AM
|
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
|
|
Reply By:
|
Mr. Ram
|
Reply Date:
|
4/8/2006 4:09:40 AM
|
Try with this driver :
com.mysql.jdbc.Driver
|
|