Manage EJB containers
Each appserver can have a single EJB container; one is created automatically for you when the appserver is created. The following steps are to be performed only as needed to improve performance after the EJB application has been deployed.
Procedure
- Adjust EJB container settings.
- Adjust EJB cache settings.
What to do next
If adjustments do not improve performance, consider adjusting access intent policies for entity beans, reassembling the module, and redeploying the module in the application.
EJB container settings
EJB container system properties
Change enterprise bean types to initialize at application start time using the Application Server Toolkit
Change enterprise bean types to initialize at application start time using the console
Stateful session bean failover for the EJB container
Enabling or disabling stateful session bean failover with the EJB container panel
Enabling or disabling stateful session bean failover with the enterprise applications panel
Enabling or disabling stateful session bean failover with the EJB modules panel
EJB cache settings
Container interoperability
EJB Container tuning
Related concepts
EJB containers
Related tasks
Applying access intent policies to methods