-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Marco Aschwanden wrote:

>
> Hi,
>
> I read the FAQ and followed the FAQ but I still can't get no
> JDBC-Connection.
>

The class path used in Apache JServ to load things pays no attention to the
CLASSPATH environment variable.  Have you used the "wrapper.classpath" settings
in the jserv.properties file to set these (or, you can declare them in the
"repositories" setting of the zone.properties file if they are particular to a
zone)?

You can also use the "wrapper.bin.parameters" setting to pass the
-Djava.library.path=xxxxx setting, rather than having to embed it in your code.

Also, for the JDBC-ODBC bridge driver, you have to set a System DSN rather than
a User DSN.

Craig McClanahan




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