| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}overload-protectionType (extension)
Corresponds to OverloadProtectionMBean
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-triggerType | server-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. |
<xs:complexType name="overload-protectionType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="shared-capacity-for-work-managers" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="1073741824"/></xs:restriction><xs:element minOccurs="0" name="panic-action" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="no-action"/><xs:enumeration value="system-exit"/></xs:restriction><xs:element minOccurs="0" name="failure-action" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="no-action"/><xs:enumeration value="force-shutdown"/><xs:enumeration value="admin-state"/></xs:restriction><xs:element minOccurs="0" name="free-memory-percent-high-threshold" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="99"/></xs:restriction><xs:element minOccurs="0" name="free-memory-percent-low-threshold" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="99"/></xs:restriction><xs:element minOccurs="0" name="server-failure-trigger" nillable="true" type="dom:server-failure-triggerType"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |