| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
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<xs:element minOccurs="0" name="overload-response-code" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="100"/><xs:maxInclusive value="599"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||