The number of pools that you configure to run your enterprise applications must take into account the number of stateful and stateless EJBs that have been configured and deployed. You must create one session pool for each stateful EJB.
A stateless EJB runs and closes, freeing up the connector for another instance of the EJB, so fewer connectors are needed and fewer session pools. EJBs preserve state by keeping a reference to the J2EE connector between calls to its business methods.
To create a session pool |
---|
|
![]() |