First of all, as you can compile your class, your Oracle class should be
working OK.
Under Linux, I have experienced some tricky thing that I had to call
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance() AGAIN before
call getConnection();

Try it and let me know.

Steve Nguyen
KBMail Software & Service Provider
http://www.kbmail.com/ISP/index.html

----- Original Message -----
From: Eduardo Mardell <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Thursday, June 03, 1999 11:46 PM
Subject: Re: Oracle JDBC and JServ


> I did try setting the CLASSPATH in both the line executing Apache and in
the
> jserv.properties file as below:
>
>
wrapper.classpath=/usr/local/src/ApacheJServ-1.0b5/src/java/ApacheJServ.jar
> wrapper.classpath=/usr/local/src/JSDK2.0/lib/jsdk.jar
> wrapper.classpath=/oracle/app/oracle/product/8.0.5/jdbc/lib/classes111.zip
>
> Any more ideas ?
>
> Ed.




-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to