BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element overload-response-code

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

Documentation
Get the response code to be used when an application is overloaded. An 
 application can get overloaded when the number of pending requests has
 reached the max capacity specified in the WorkManager or when the server
 is low on memory. The low memory condition is determined using 
 {@link OverloadProtectionMBean#getFreeMemoryPercentLowThreshold()}.

 


 Legal Min: 100


 Legal Max: 599


 Default: javax.servlet.http.HttpServletResponse.SC_SERVICE_UNAVAILABLE
Properties
This component is not nillable.

Model
<overload-response-code>

</overload-response-code>

Source
<xs:element minOccurs="0" name="overload-response-code" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="599"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation