+

Search Tips   |   Advanced Search

(zos)

Enable failover of servants in an unmanaged z/OS server

In an unmanaged z/OS server, stateful session bean failover among servants can be enabled.

Failover only occurs between the servants of a given unmanaged server. If an unmanaged z/OS server has only one servant, then enabling failover has no effect. An unmanaged z/OS server that has failover enabled does not fail over to another unmanaged z/OS server.

Failover in an unmanaged server is enabled by setting a JVM property.

  1. Start the administration console.

  2. Select Servers.

  3. Select Application Servers.

  4. Select the server to modify.

  5. In the Server Infrastructure area, select Java and Process Management.

  6. Select Process Definition.

  7. Select Servant.

  8. Under Additional Properties, select Java Virtual Machine.

  9. Under Additional Properties, select Custom Properties.

  10. Click on the New button.

  11. In the Name input field, type EJBContainerEnableUnmanagedServerReplication.

  12. In the Value input field, type true.

  13. Click Apply.

  14. Click OK.