Seema,

On 12.8.2013 13:09, Seema Patel wrote:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 
'com.mysql.jdbc.Driver'
...
Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

You are doing fine. You correctly removed all the jar files as Chuck suggested. Now you need to add them one by one EITHER to Tomcat lib folder or webapp WEB-INF/lib folder.

Since your configuration implies that Tomcat will be managing your DB connection pool, add mysql-connector jar to Tomcat lib folder, and try to restart Tomcat.

-Ognjen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to