| Author |
mysql-jdbc driver
|
Chandra MR
Greenhorn
Joined: Oct 10, 2003
Posts: 1
|
|
Hi all, i am using mysql-connecor-3.0.8-stable driver for jdbc in my web application using jsp on linux. But, now, i'm getting jdbc:ClassNotFoundException com.mysql.jdbc.Driver. but the Driver class is in the same path. can anyone help me? thanks
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
If you are accessing the Driver directly from you JSP page or a Servlet, the driver needs to be in the /WEB-INF/lib/ folder. If you are trying to use connection pooling, you will need to put the driver where the Application Server specifies it to go. For example, Tomcat will require it in the $TOMCAT_HOME/commons/lib/ folder. So which is it?
|
 |
 |
|
|
subject: mysql-jdbc driver
|
|
|