| 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)
The maximum number of bytes allowed in messages that are
received over all supported protocols, unless overridden by a
protocol-specific setting or a custom channel setting.
The order of precedence for setting message size maximums is as
follows:
-
A channel-wide maximum in a custom network channel.
-
A protocol-specific setting in the default network channel.
<br/>See
- {@link #MaxCOMMessageSize MaxCOMMessageSize}
- {@link #MaxHTTPMessageSize MaxHTTPMessageSize}
- {@link #MaxIIOPMessageSize MaxIIOPessageSize}
- {@link #MaxT3MessageSize MaxT3MessageSize}
-
The message maximum in this attribute.
This maximum message size helps guard against a denial of
service attack in which a caller attempts to force the server to
allocate more memory than is available thereby keeping the server
from responding quickly to other requests.
Legal Min: 4096
Legal Max: 2000000000
Default: 10000000
Secure Value: true<xs:element minOccurs="0" name="max-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="2000000000"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||