RE: How to use jar files from CLASSPATH

2003-10-14 Thread Shapira, Yoav
to use jar files from CLASSPATH Hi, my application has to use DB2 JDBC that is in the CLASSPATH. How can I get tomcat-4.1.24 to search for entries from CLASSPATH? I understand that I could probably copy the entries from CLASSPATH into .../WEB-INF/lib, but this JDBC driver does use native libraries

How to use jar files from CLASSPATH

2003-10-10 Thread Zsolt Koppany
Hi, my application has to use DB2 JDBC that is in the CLASSPATH. How can I get tomcat-4.1.24 to search for entries from CLASSPATH? I understand that I could probably copy the entries from CLASSPATH into .../WEB-INF/lib, but this JDBC driver does use native libraries, thus I would not like to

RE: How to use jar files from CLASSPATH

2003-10-10 Thread Cox, Charlie
] Sent: Friday, October 10, 2003 1:17 AM To: Tomcat Users List Subject: How to use jar files from CLASSPATH Hi, my application has to use DB2 JDBC that is in the CLASSPATH. How can I get tomcat-4.1.24 to search for entries from CLASSPATH? I understand that I could probably copy

How to use jar files from CLASSPATH

2003-10-10 Thread Zsolt Koppany
Hi, my application has to use DB2 JDBC that is in the CLASSPATH. How can I get tomcat-4.1.24 to search for entries from CLASSPATH? I understand that I could probably copy the entries from CLASSPATH into .../WEB-INF/lib, but this JDBC driver does use native libraries, thus I would not like to