[jboss-user] [Beginners Corner] - Re: max DB connections

PeterJ do-not-reply at jboss.com
Thu Apr 3 12:26:05 EDT 2008


Add min-pool-size and max-pool-size entries to your *-ds.xml file:

 <datasources>
  |   <local-tx-datasource>
  |     ...
  |     <min-pool-size>5</min-pool-size>
  |     <max-pool-size>20</max-pool-size>
  |     <idle-timeout-minutes>5</idle-timeout-minutes>
  |   </local-tx-datasource>
  | </datasources>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141435#4141435

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141435



More information about the jboss-user mailing list