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 Tomcat and the fly likes tomcat 4 and connection pool 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 "tomcat 4 and connection pool" Watch "tomcat 4 and connection pool" New topic
Author

tomcat 4 and connection pool

lucio dalla
Greenhorn

Joined: Aug 15, 2002
Posts: 3
Hi,
I already posted a similar question but I got no answer so far so I try again...
I have an application using connection pooling to Oracle, it works fine on Tomcat 3 but on Tomcat 4 the number of active connections grows to a point when I have to kill them. The strange thing is it doesn't grow continously but it can stop on a certain number of active connections for a while and then increase. It's not a matter of closing the connections since I checked and all are closed and exactly the same application runs fine on v.3. Since I open the connection use it and then close it immediately I normally get 1 or 0 active connections on v.3 but on v.4 it goes up continously...it's like Tomcat is somehow interfering with Oracle's connection pooling. Anybody can help?
Thanks,
A.
 
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: tomcat 4 and connection pool
 
Similar Threads
Tomcat hanging
connection pooling in a servlet application w/hibernate...
connection pooling - sort by most recently used?
Doubt in Connection Pooling
Connection Pooling in tomcat