Re: connection pooling for postgresql in weblogic - Mailing list pgsql-jdbc

From Marko Kreen
Subject Re: connection pooling for postgresql in weblogic
Date
Msg-id 20011203203232.A22931@l-t.ee
Whole thread Raw
In response to connection pooling for postgresql in weblogic  (Anjali Jain <AnjaliJ@NIIT.com>)
Responses Re: connection pooling for postgresql in weblogic
List 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


pgsql-jdbc by date:

Previous
From: Anjali Jain
Date:
Subject: connection pooling for postgresql in weblogic
Next
From: Thomas Møller Andersen
Date:
Subject: Exception?