-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Liferay 4.0.0/Tomcat bundle, Windows XP SP2
I created the extension environment, and placed the MySQL jdbc jar into ext-lib, and configured Tomcat to use MySQL instead of Hypersonic. Then I ran "ant clean deploy" from \ext.
When I ran Tomcat, I got Cannot load JDBC driver class 'com.mysql.jdbc.Driver'.
I looked at the Tomcat deployment and found that the MySQL JDBC jar was placed in liferay\WEB-INF\lib.
When I moved the file to \common\lib\ext, and restarted, the error went away.