How to add new JDBC driver ?
OS - Linux
SunAppServ 9.1
Hi, I want to create in AdminPanel on 4848 port new ConnectionPool in Resources/JDBC.
To do this I can chose Postgres Vendor but I want to use my new Postgres driver because default is not work.
I hava postgresql-8.2-505.jdbc4.jar file
in this file there is a directories org/postgresql/ds/PGPoolingDataSource.class which I want to use.
Where I should copy this postgresql-8.2...jar file
I tried copy to JEE5_HOME/lib/. and in secend step i write class postgresql-8.2-505.jdbc4.org.postgresql.ds.PGPoolingDataSource
but this doesn't work.
BTW this driver work in NetBeans (I have jdbc connection in Runtime and linked this driver)

