BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Exit the server process when the kernel encounters a panic condition like 
 an unhandled OOME. An unhandled OOME could lead to inconsistent state and a 
 server restart is advisable if backed by node manager or a HA agent.
Properties
This component is not nillable.

Model
<panic-action>

</panic-action>

Source
<xs:element minOccurs="0" name="panic-action" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="no-action"/>
<xs:enumeration value="system-exit"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation