----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Ranga,
By default, JServ does not inherit the CLASSPATH from the environment.
I believe that there is a way to change this though (someone correct me
if I'm wrong).
Take a look at your jserv.properties files. Specifically, look at the
wrapper.classpath. You'll have to add an entry for your jdbc drivers
here. For example (I'm on NT, but you get the idea):
# duck added this for jdbc
wrapper.classpath=D:\JDeveloper
2.0\jdbc\lib\oracle8.0.5\classes111.zip
Hope this helps,
Duck
-----Original Message-----
From: Ranga S [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 31, 2000 8:43 PM
To: [EMAIL PROTECTED]
Subject: JDBC problem
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi,
I've installed Apache JServ 1.1.2 on Apache 1.3.12 running on a Linux
box.
It also has Oracle 8.1.6 installed.
I checked the JDBC connection by running an application. It works fine.
But
when I try to run it as a servlet (from within JServ) I get the
following
exception:
NoClassDefFound Error (for oracle.jdbc.driver.OracleDriver)
That servlet uses OCI8 type JDBC.
I would appreciate it if you could walk me through the steps in
configuring
JServ to make it compatible with JDBC (if at all it needs to be done!)?
Thanks.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]