Class: com.sybase.djc.ant.AutomaticFailoverProperty (Automatic Failover Property) EAServer 6.3 Help
Description Configures a component to support automatic failover in a clustered environment.

See also: Cluster Partition Property, Request Log Property, Response Log Property, automaticFailover (EJB Provider Property), automaticFailover (JMS Provider Property).

Configuration Example:
<setProperties component="ejb.components.example.MyCompRemote">
  <automaticFailover enable="true"/>
  ...
</setProperties>
Nested Properties enable

Property: enable (Enable)
Description When running in a cluster environment, enables clients to automatically switch to another server if the server they are communicating with fails.
Default Value true
Legal Values false, true