| From: | Andrew Hastie <andrew(at)ahastie(dot)net> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Database connection Pooling using JNDI |
| Date: | 2014-02-17 16:24:31 |
| Message-ID: | 530237BF.8030000@ahastie.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi Sumit,
I think you need to refer to the documentation for the JDBC driver and
not the actual PostgresSQL database server documentation.
See here:
http://jdbc.postgresql.org/documentation/92/jndi.html#ds-jndi
Hope this helps.
Andrew
On 17/02/14 09:27, Sumit Sureka wrote:
> Hi,
>
> I am planning to create my Application to use the database connection
> via connection pool which i registered to the JNDI service. I found
> one link that speaks about it:
>
> http://www.postgresql.org/docs/7.4/static/jdbc-datasource.html
>
> But the classes mentioned in the above link is not available in the
> latest Postgresql jdbc driver. Can you please point to a place where i
> can get all the information related the subject mentioned above.
>
> Thanks,
> Sumit
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Herouth Maoz | 2014-02-17 16:45:57 | How do I track down a possible locking problem? |
| Previous Message | Rob Goethals / SNP | 2014-02-17 15:42:17 | Re: could not create lock file postmaster.pid: No such file or directory, but file does exist |