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
posted
0
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.