-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: tomcat7
-
Labels:None
-
Environment:OpenSUSE 12.3
Java 1.7.0_45
So when I run Tomcat 6 everything runs fine but when I run tomcat7:run I get the following.
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class ' for connect URL 'null'
Default config of the plugin:
<plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <!--artifactId>tomcat6-maven-plugin</artifactId--> <version>2.1</version> </plugin>