You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Frank Liu <fl...@mail.vipstage.com> on 2002/09/29 18:07:20 UTC

jdbc driver installation

for mysql jdbc driver, I just copied "mysql-connector-java-2.0.14-bin.jar"
to the "tomcat/common/lib" directory and restart tomcat. the application
can find the driver without a problem. Is this the right way to install
the jdbc driver? or shall it copy it to the application's own
"WEB-INF/lib" directory? Which is the preferred way?

today when I try the same thing for the oracle jdbc driver "classes12.zip",
this trick doesn't work anymore. I have to rename it to "classes12.jar"
before I copy to "tomcat/common/lib". Am I doing something wrong or
this is the way? Why wouldn't oracle release it as "classes12.jar" then?

Thanks!
frank



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>