You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Evan Swanson <Ev...@gmd.fujitsu.com> on 2001/11/21 20:57:24 UTC

J2EE server Datasource - JNDI Resources

I would like to use connection pooling in my Tomcat web application. I have
read the section about JNDI Resources and is seems like the best way to
implement it.
 
I would like to know:

*	Is this a adequate method of implementing connection pooling in a
standard web app?

*	Is there any reason why I should implement my own connection pooling
rather than using this interface?

If anybody has used this setup with Tomcat 4.0, please let me know how it
worked.
 
Thanks in advance!