+

Search Tips   |   Advanced Search

Stateful session beans failover settings (applications)

Each EJB container provides a method for stateful session beans to fail over to other servers. Use this method to specify whether failover occurs for the stateful session beans in this application. We can also override the stateful session bean failover settings on a particular module.

To view this administrative console page, click Applications > Application Types > WebSphere enterprise applications > application_name . Under Enterprise Java Bean Properties, click Stateful session bean failover settings.


Enable stateful session bean failover using memory to memory replication

Whether the EJB container attempts failover for all of the stateful session beans in this application.

This check box overrides the default stateful session bean failover setting that the administrator configured for an EJB container. De-selecting this check box disables failover for this application.


Use replication settings from the EJB container

The replication settings configured for the EJB container are used for this application. If we select this option and we want the application to use stateful session bean failover, define memory to memory replication for the EJB container on each server to use failover.


Use application replication settings

The replication settings configured for this application are used for memory-to- memory replication of the stateful session bean data.

If we select this button, you override the EJB container settings. This button is disabled until you define a replication domain. This selection has a hyperlink to help configure the replication settings. If no replication domains are configured, when you click the link, then you visit a page where we can create one. If at least one domain is configured, when you click the link, then you visit a page where we can select the replication settings to be used by the application.


Related tasks

  • Manage EJB containers
  • Enable or disable stateful session bean failover with the EJB container panel
  • Enable or disable stateful session bean failover with the enterprise applications panel
  • Enable or disable stateful session bean failover at the EJB module level using the administrative console