----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Thanks for your reply, Tom !
Unfortunately, my problem isn't that "no suitable driver found", although I
had this error originally. It seems that the wrapper.classpath isn't taking.
Strange thing is, looking at the Jserv configuration at
http://localhost/jserv/, I can see the db2java.zip file inside there. I
found a post in the mail archive that says that I should put it in a
shallower path, or, failing that, to just unzip and dump it in the servlets
directory(last resort).
Thanks and Regards,
Pascal Chong
-----Original Message-----
From: Tom Copeland <[EMAIL PROTECTED]>
To: 'Java Apache Users' <[EMAIL PROTECTED]>
Date: Tuesday, November 09, 1999 9:12 PM
Subject: RE: ClassNotFoundException
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files. Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Chong -
>
> You may want to change this:
>
> Class.forName("COM.ibm.db2.jdbc.net.DB2Driver");
>
> to this:
>
> Class.forName("COM.ibm.db2.jdbc.net.DB2Driver").newInstance();
>
> Here's a link to a post where a fellow was having a similar problem
>loading the type 4 JDBC driver for MySQL. Good luck!
>
>
>http://www.progressive-comp.com/Lists/?l=mysql-java&m=91736116619172&w=2
>
> Yours,
>
>Tom
>
>P.S. Also, perhaps you could try "com" rather than "COM"?
>
>-----Original Message-----
>From: Chong Yu Meng [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, November 09, 1999 4:08 AM
>To: Java Apache Users
>Subject: ClassNotFoundException
>
>
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files. Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hello all !
>
>I know this question was answered before and it was posted on the
>FAQ-o-matic. I know because I printed it out and have it right next to
>me. However, the answer doesn't seem to work ...
><snip>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Archives and Other: <http://java.apache.org/main/mail.html>
>Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]