Re: connection pooling for postgresql in weblogic

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Anjali Jain <AnjaliJ(at)NIIT(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: connection pooling for postgresql in weblogic
Date: 2001-12-03 18:32:32
Message-ID: 20011203203232.A22931@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, Nov 30, 2001 at 02:57:05PM +0530, Anjali Jain wrote:
> Hi,
> I want to set the connection pool for PostgreSQL7.1.1 in weblogic6.1
> While creating a connection pool in weblogic it asks for URL & jdbc driver;
> Foll values are passed:
> Driver :jdbc:postgresql://172.17.72.110:5432/anaj
> where:
> 172.17.72.110 host name
> anaj database name
> URL : org.postgresql.Driver

I dunno weblogic but I would try swap 'em around:

Driver: org.postgresql.Driver
URL: jdbc:postgresql://172.17.72.110:5432/anaj

--
marko

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Møller Andersen 2001-12-03 18:34:52 Exception?
Previous Message Bruce Momjian 2001-12-03 17:07:17 Re: ConnectionPoolDataSource submittal