• 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

WAS4.0 Connection Pool refresh

 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If I restart the Enterprise Application will this refresh all database connections for a particular datasource? I've got a funny feeling it won't and I don't think that restarting the Application Server that the application is on will do this either as the resources are tied to a particular node.
Could someone confirm this please or point me in at documentation that will.
Cheers,
Steve
 
Steve Granton
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've just viewed the logs after I stopped the service and found the following line:
[06/05/02 17:55:33:736 BST] 2ff25654 ConnectionPoo A CONM6007I: The connection pool was destroyed for data source (jdbc/pool).
Presumably, this allows it to be refreshed when the service is started again.
Is there any way to do this without restarting the service?
Cheers,
Steve
reply
    Bookmark Topic Watch Topic
  • New Topic