BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element failure-action

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Enable automatic forceshutdown of the server on failed state.  
 The server self-health monitoring detects fatal failures and mark the 
 server as failed. The server can be restarted using NodeManager or a 
 HA agent.
Properties
This component is not nillable.

Model
<failure-action>

</failure-action>

Source
<xs:element minOccurs="0" name="failure-action" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="no-action"/>
<xs:enumeration value="force-shutdown"/>
<xs:enumeration value="admin-state"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation