List:MySQL and Java« Previous MessageNext Message »
From:Ross MacLachlan Date:February 12 2003 5:31pm
Subject:connecting to the JDBC...
View as plain text  
1. Stop Tomcat
2. Make sure "mysql-connector-java-2.0.14-bin.jar" is in
"C:\jakarta-tomcat-4.0.6\common\lib" folder.(adjust for your setup)
3. Start Tomcat
4. Change line: Class.forName("org.gjt.mm.mysql.Driver").newInstance();
To:
Class.forName("com.mysql.jdbc.Driver").newInstance();


I hope this helps

We just struggled with this.

Not sure about your Dreamweaver problem. That will be or next step.


Ross MacLachlan
ross@stripped

PS We are just learning this, our solution may not be correct.





Thread
connecting to the JDBC...Ross MacLachlan12 Feb