Re: multiple connections to db over jsp

From: Frank Habermann <lordlamer(at)lordlamer(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: multiple connections to db over jsp
Date: 2007-10-25 23:17:29
Message-ID: 200710260117.29647.lordlamer@lordlamer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

> Look up datasource in the Tomcat reference. Here's the link for 5.5:
>
> http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
>
> This creates a connection pool, and in your JSP page, you just retrieve
> a connection from the pool when you need one.
Thanks a lot! This is what i am searching for!

Frank

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Josué Merlos 2007-10-25 23:18:50 Error in JDBC with Java Sun Studio Creator 2
Previous Message Guy Rouillier 2007-10-25 23:08:55 Re: multiple connections to db over jsp