File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Increasing the Maximum Connection pool size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Increasing the Maximum Connection pool size" Watch "Increasing the Maximum Connection pool size" New topic
Author

Increasing the Maximum Connection pool size

Santosh Kumar Balasubramani
Greenhorn

Joined: Jun 21, 2011
Posts: 12
Hi,

How to increase the maximum connection pool size, can anyone help me out. Is it possible to increase using JMX Console.

Regards,
Santosh Kumar

Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

Which version of JBoss AS? Following response assumes 6.0 or earlier.

Which connection pool?

Database? - Edit your *-ds.xml file

HTTP? - Edit the server.xml file


JBoss In Action
Santosh Kumar Balasubramani
Greenhorn

Joined: Jun 21, 2011
Posts: 12

Hi Peter,

Version we are using is jboss-5.1.0.GA.

Exactly my query was how to increase the MaxConnectionsInUseCount in Managed Connection pool.

Regards,
Santosh Kumar
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

I ask again: database connections or http connections? Or some other type of connection? Yes, I could look it up but I am being lazy.
 
 
subject: Increasing the Maximum Connection pool size
 
Threads others viewed
Thread Dump Question
how can we restrict no of user to get Connection object dynamically?
Tomcat and Optimizeit throwing Out of memory error
Problem retrieving connection when stress testing.
Dynamic Bean Pooling ?
IntelliJ Java IDE