aspose file tools
The moose likes Tomcat and the fly likes Connection Pooling on Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Connection Pooling on Tomcat" Watch "Connection Pooling on Tomcat" New topic
Author

Connection Pooling on Tomcat

Siamak Saarmann
Ranch Hand

Joined: Aug 21, 2004
Posts: 77
Hello,

I am using direct JDBC connections in my web application. It seems to me that it opens too many connections to database and I need to do something.

Would somone please forward me to code snippet that shows how can I use Tomcat managed database connections?

Regards,
Mac


PhD Candidate: Distributed and Parallel Systems, Simulation and Modeling
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Using the container-managed connection pooling should indeed solve your problem. I've moved this to the Tomcat forum where it should get better exposure to Tomcat users.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Craig Jackson
Ranch Hand

Joined: Mar 19, 2002
Posts: 405
The links below should get you started:

JNDI Resources HOW TO

JNDI Datasources HOW TO

Commons DBCP Overview
Siamak Saarmann
Ranch Hand

Joined: Aug 21, 2004
Posts: 77
Craig,

Thank you for your help.

Regards, Mac
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Connection Pooling on Tomcat
 
Similar Threads
Database Connections not to be retruned from Connection Pool
Connection Pooling in Tomcat
Ned to change servlet code to pure java
Connection Pooling in tomcat
jdbc-servlets-connection pooling