Hi, when I run the mysql example on the jakarta.apache.org/tomcat site
I get the following error: Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver'
mysql client/server and mysql driver are 2 different things. Do you have the mysql driver in your classpath?
In my case it is mm.mysql-2.0.14-bin.jar
If not download it from www.mysql.com and put it in a place where tomcat will find it.
J.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
