aspose file tools
The moose likes Tomcat and the fly likes how to configure connection pooling in tomcat server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "how to configure connection pooling in tomcat server?" Watch "how to configure connection pooling in tomcat server?" New topic
Author

how to configure connection pooling in tomcat server?

Abhishek Reddy
Ranch Hand

Joined: Mar 28, 2006
Posts: 259
can anyone tell me how to configure connection pooling settings in tomcat server?


Abhishek
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Look for "DBCP" in the Tomcat DatasSource docs.


Android appsImageJ pluginsJava web charts
Abhishek Reddy
Ranch Hand

Joined: Mar 28, 2006
Posts: 259
thanks for the reply..
thanks for the reply, i have configured the connection pool settings in the conetext.xml file.
created a class and tested it is working perfectly..

I created a class with static method, which will return the connection object.
whenever i need the connection object, iam invoking the static method, once its usage is over iam closing the connection..

now tell me is it the right way of using the connection object in the web application.Will it create any problem later.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to configure connection pooling in tomcat server?
 
Similar Threads
Tomcat Performance
Configuring JDBC Connectionpool in Weblogic7.0 with Oracle thin driver
Connection Pool in JBoss
Connection pooling
connection pooling