• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS 3.5 Connection Pool Refresh

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to Refresh the connection pool of a datasource without restarting the server. Is it possible in WAS 3.5.
Elaborating further, "physical" Connections to databases are pooled by App Server for each datasource. Can i destroy all these connections explicitly, such that when a new connection is asked using getConnection() , Datasouce again start creating physical connections and start pooling it. (This happens automatically when a StaleConnectionException is encountered ==> done by ApplicationServer)
I have gone through the "Websphere Connection Pooling" document posted at IBM site.The only thing that i could get from it is abt com.ibm.websphere.advanced.cm.factory.DataSourceFactory. I couldn't find any methods for refreshing the connections.
Thanks in advance
Satish Peyyety
 
reply
    Bookmark Topic Watch Topic
  • New Topic