• 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

Recommended Idle-timeout in JBoss

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

What is the Recommended idle-timeout value for JBOss DB Connection Pooling, I know that it is 15 Mins as Default value

We are facing an issue with DB Connection Pooling as DB Connection are getting exhausted once in a while and unable to create teh DB Connections

Our Application is hosted on JBoss and Developed in Java

any help in this regard is Highly appreciated

Thanks
Srinivas
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds like you don't have enough database connection defined for your application. Could you post your *-ds.xml file?

The idle-timeout value means that if a connection has remained unused for that amount of time then it is destroyed.
reply
    Bookmark Topic Watch Topic
  • New Topic