I'm looking for a way to configure the SLSB Pool size in Websphere. Is it possible to configure it from the Admin Console ?
Looking at the IBM Red Books it's mentioned how to configure the ORB Pool which is however used by remote EJB clients. My Requests are arriving from the same JVM by servlets
Thanks
Max
Asked
Active
Viewed 2,667 times
1

Max Korn
- 275
- 7
- 18
1 Answers
2
There is a system property called com.ibm.websphere.ejbcontainer.poolSize
that can be used to tune bean pool sizes.

Andreas Veithen
- 8,868
- 3
- 25
- 28
-
See the "EJB container system properties" topic in the InfoCenter: http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/rejb_ecnt.html – Brett Kail Sep 09 '12 at 15:46