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

Tomcat DBCP Query

Krish Shan
Greenhorn

Joined: Jun 19, 2008
Posts: 5
Hi,
I am running a web application on tomcat which connects to Oracle database. I am using Apache DBCP for handling database
connections.

Can you advice me whether DBCP supports

1, Implicit Connection Cache
2, Fast Connection Failover


If yes Could you please assist me on how I can configure it.

Thanks,
Krish
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14491
    
    7

Your best bet on that is to RTFM. It's at http://commons.apache.org/dbcp/

On the lefthand menu, there's a "Configuration" topic that documents the configuration options.


Customer surveys are for companies who didn't pay proper attention to begin with.
Krish Shan
Greenhorn

Joined: Jun 19, 2008
Posts: 5
HI,
Before posting the question I have already looked into the link you sent and couldn't find anything relating with it.
That's why I posted the query in the forum for expert comments.

Thanks,
Ramesh

camilo cerchiari
Greenhorn

Joined: Oct 31, 2007
Posts: 4
hi Ramesh,

i'd like to know if you finally found information about DBCP and Fast Connection Failover.
if so, please post your findings.

thanks!
camilo
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat DBCP Query
 
Similar Threads
where should i create the database connection
Connection pooling
Java Database connection
Connection Pool: connecting in memory
a question on connection pooling