-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
At 03:38 26/07/99 +1000, you wrote:
>-----------------------------
>Please read the FAQ!
><http://java.apache.org/faq/>
>-----------------------------
>
>
>>In the jserv.properties file, add a line like this:
>>
>> wrapper.bin.parameters=-Djdbc.driver=postgresql.Driver
>>
>>You will also find that most connection pool implementations let you specify the name
>>of the JDBC driver class as an initialization parameter, so you can maintain source
>>code independence from a particular driver.
Got it to work, as with most of the problem I usually have it's a typo
that I don't fully check, it's "jdbc.drivers" not "jdbc.driver" ...
wrapper.bin.parameters=-Djdbc.drivers=postgresql.Driver
--
There is no spoon.
http://www.cygber4.org/members/grumpy/index.html
--
--------------------------------------------------------------
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]