You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by java_san <ja...@yahoo.com> on 2001/09/05 04:57:36 UTC

Connection Pool

Dear All,

1. Can someone let me know the steps involved in setting up a connection
pool in struts config files?

2. Also a small snippet of code on how to use it from a action servlet. Is
it as easy as getting  a ref. to a connection pool using JNDI.

Your help is highly appreciated.

Sanjay


Re: Connection Pool

Posted by Ted Husted <hu...@apache.org>.
http://jakarta.apache.org/struts/userGuide/building_model.html#databases

java_san wrote:
> 
> Dear All,
> 
> 1. Can someone let me know the steps involved in setting up a connection
> pool in struts config files?
> 
> 2. Also a small snippet of code on how to use it from a action servlet. Is
> it as easy as getting  a ref. to a connection pool using JNDI.
> 
> Your help is highly appreciated.
> 
> Sanjay