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 MacLachlan | 12 Feb |