aspose file tools
The moose likes Tomcat and the fly likes JDBCRealm connection pooling 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 "JDBCRealm connection pooling" Watch "JDBCRealm connection pooling" New topic
Author

JDBCRealm connection pooling

Tushar Madhukar
Ranch Hand

Joined: May 03, 2006
Posts: 36
Hi,

I would like to know whether org.apache.catalina.realm.JDBCRealm class in Tomcat 5 manages DB connection pools.

If I need connection pooling, can I configure the class and re-use it or I would have to implement my own Realm implementation?

Thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
The realm (and thus the DB connection) is used only when someone logs into an application. I doubt that it's going to be worth the trouble of dealing with a connection pool just for that. How many users are you expecting to sign in (not being logged in!) simultaneously over any extended period of time?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBCRealm connection pooling
 
Similar Threads
bind datasouce to jndi
Pleaes Help: Structs and Connection Pooling...
connection with database
JDBC Connection Pooling Framework
two servlets, one datasource