Why must the JDBC driver be put in TOMCAT_HOME/lib folder?

Viewed 78835

I have a weird problem where two web apps with Oracle JDBC driver will conflict with each other. I have to put the JDBC driver JAR in the common folder TOMCAT_HOME/lib. What is the reason for this?

1 Answers
Related