BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType overload-protectionType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}overload-protectionType (extension)

Documentation
Corresponds to OverloadProtectionMBean
Properties
This component is not nillable.

Model
<...>
(shared-capacity-for-work-managers, panic-action, failure-action, free-memory-percent-high-threshold, free-memory-percent-low-threshold, server-failure-trigger? )
</...>


Nested Element Summary
 failure-action
          Enable automatic forceshutdown of the server on failed state. 
 free-memory-percent-high-threshold
          Percentage free memory after which the server overload condition is cleared. 
 free-memory-percent-low-threshold
          Percentage free memory below which the server is considered overloaded. 
 panic-action
          Exit the server process when the kernel encounters a panic condition like an unhandled OOME. 
dom:server-failure-triggerTypeserver-failure-trigger
          Configure a trigger that marks the server as failed when the condition is met. 
 shared-capacity-for-work-managers
          Total number of requests that can be present in the server. 
Source
<xs:complexType name="overload-protectionType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="shared-capacity-for-work-managers" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1073741824"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
<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>
<xs:element minOccurs="0" name="free-memory-percent-high-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="free-memory-percent-low-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="server-failure-trigger" nillable="true" type="dom:server-failure-triggerType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation