There were earlier posts about this I think. I believe the db2 drivers are not 100% java. Which means there are *.dll or *.so files or something else which contains native code that the java classes of the db2 drivers use. You need to make sure those *.dll or *.so files are available via the PATH system variable. And there might be more system variables that need to be set. I'd refer to your jdbc-db2 reference.
<mike/> -----Original Message----- From: Lindomar Silva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 06, 2002 2:49 PM To: Tomcat Users List Subject: ClassNotFound Hi All. Well, i have a problem with my driver db2 (db2java.zip) I'm using linux with tomcat 4 and j2sdk 1.4.0. This driver works on console, but on tomcat don't work?! I put this archive (db2java.zip) on classpath as well /common/lib on tomcat, but the same appear(no driver suitable). Anybody have any idea? Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
