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)

[720 byte] By [marcinta] at [2007-11-27 10:36:20]
# 1

Please Refer :

1) http://blogs.sun.com/JagadishPrasath/entry/creating_jdbc_connection_pool_resour ce

2) http://blogs.sun.com/JagadishPrasath/entry/jdbc_connection_pool_templates_glass fish

Jagadish.Prasatha at 2007-7-28 18:40:39 > top of Java-index,Application & Integration Servers,Application Servers...