Thread: Creating a PostgreSql Connection Pool in Tomcat3.2

Creating a PostgreSql Connection Pool in Tomcat3.2

From
"natesan kirubakaran"
Date:
Hi,

Can any one give me an example of how to create "PostgreSql Connection Pool
in tomcat 3.2" with all the setup files including server.xml, web.xml ,
jndi.properties and the java appilcation.

Thanks & Reagrds ... Kiru





_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


Re: Creating a PostgreSql Connection Pool in Tomcat3.2

From
Aaron Mulder
Date:
    Ths PostgreSQL mailing list is not the place to ask for help with
server.xml, web.xml, etc.  Please raise this question on the Tomcat-User
mailing list.  The PostgreSQL JDBC driver uses the same sort of settings
as any other JDBC driver as far as Tomcat is concerned.

Aaron

On Thu, 1 Aug 2002, natesan kirubakaran wrote:
> Hi,
>
> Can any one give me an example of how to create "PostgreSql Connection Pool
> in tomcat 3.2" with all the setup files including server.xml, web.xml ,
> jndi.properties and the java appilcation.