aspose file tools
The moose likes JDBC and the fly likes Driver conflict Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Driver conflict" Watch "Driver conflict" New topic
Author

Driver conflict

Andrei Antonescu
Ranch Hand

Joined: Jul 08, 2010
Posts: 75
Hello all,

I use Tomcat. If I put a JDBC driver into Tomcat's lib folder, and another in the lib folder of my webapp will there be a conflict ? Is there a rule by which one of the drivers always gets loaded first ?

Thanks in advance,
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
The one in WEB-INF/lib takes precedence, unless you're using a container-managed DataSource.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Driver conflict
 
Similar Threads
connection not possible, even after using the connector
JDBC & My SQL connection Problem
JBoss Classpath
Unable to test my webservice written in java showing Class Not Found Exception
about class not found exception in eclipse