Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer EJB applications
Administer session beans
- Stateful session bean failover for the EJB container
We can use WAS to construct applications that use stateful session beans that are not limited by unexpected server failures. The product uses the functions of the Data Replication Service (DRS) and Workload Management (WLM) so you can enable stateful session bean failover.
- Enable or disabling stateful session bean failover with the EJB container panel
We can use the EJB container administrative console panel to enable stateful session bean failover. Select the check box on the panel to configure whether the failover is active for all stateful session beans in the specified EJB container.
- Enable or disabling stateful session bean failover with the enterprise applications panel
We can use the enterprise applications administrative console panel to enable or disable stateful session bean failover for all stateful session beans in the specified application.
- Enable or disabling stateful session bean failover at the EJB module level
We can use the enterprise applications administrative console panel to enable or disable stateful session bean failover for all stateful session beans in the specified module. Stateful session bean failover settings appear only on the dmgr in an ND environment, and are ignored for 5.x application targets.
- Configure stateful session bean failover at the application level using scripting
Use scripting and wsadmin.sh to configure applications for stateful session bean failover.
- Configure stateful session bean failover at the module level using scripting
Use scripting and wsadmin.sh to configure applications for stateful session bean failover.