RE: How to use jar files from CLASSPATH

2003-10-14 Thread Shapira, Yoav
Howdy, What you should really do is get a DB2 JDBC pure java driver -- they're out there (multiple vendors, some free some not) and perform just as well as type 1 or type 2 drivers. Then put this driver's jar file in WEB-INF/lib. But if you can't do the above, hack tomcat's startup scripts to ap

RE: How to use jar files from CLASSPATH

2003-10-10 Thread Cox, Charlie
tomcat doesn't use the classpath. You can copy your jar into /common/lib and it will be shared by all your webapps. see the classloader doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Charlie > -Original Message- > From: Zsolt Koppany [mailto:[EMAIL PROTECTE