----------------------------------------------------------------
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!!!
----------------------------------------------------------------

on 2/7/00 2:30 PM, quon <[EMAIL PROTECTED]> wrote:

> My question is if there are any special configuration settings that I have
> to do in order to have JServ work talk to an oracle database correctly
> that is not normal to a normal JServ configuration?
> 
> Thanks for any pointers,
> Anthony

Potentially yes. If you use the native drivers, then you need to make sure
that the JVM can find the .so files. They should be within the value of
java.library.path. You can obtain this value by creating a Servlet that uses
System.getProperties() and then printing the value to the outputstream so
that you can see it. You can also set this value yourself within your
servlet if you don't like the defaults.

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




--
--------------------------------------------------------------
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]

Reply via email to