This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes How to configure Bonecp in java project without breaking connection when more than connection 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 » Databases » JDBC
Reply Bookmark "How to configure Bonecp in java project without breaking connection when more than connection" Watch "How to configure Bonecp in java project without breaking connection when more than connection" New topic
Author

How to configure Bonecp in java project without breaking connection when more than connection

Rd Dari
Ranch Hand

Joined: Feb 22, 2010
Posts: 194

Hi all Ranchers,

I am new in BoneCP Connection pooling I using it from last 5 days in my existing project but in the more than one connection it throw an exception that is

Too many connections


My Configuration code is :



Context Listner is:


here is code.....


this type code i am using for connection but it could run proper but With Jdbc connection its running good
Tell me the solution for this problem
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to configure Bonecp in java project without breaking connection when more than connection
 
Similar Threads
set values in a table from other
How to update a image using servlet?
configuration of Bonecp class file
how to update data of a field in one table from other table using jsp or java?
prepared statement in for loop