BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element max-t3-message-size

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

Documentation
The maximum T3 message size allowable in a message header. This
 attribute attempts to prevent a denial of service attack whereby a
 caller attempts to force the server to allocate more memory than is
 available thereby keeping the server from responding quickly to
 other requests. Individual servers may override this value using a
 NetworkAccessPointMBean.

 


 Legal Min: 4096


 Legal Max: 2000000000


 Default: 10000000


 Secure Value: true
Properties
This component is not nillable.

Model
<max-t3-message-size>

</max-t3-message-size>

Source
<xs:element minOccurs="0" name="max-t3-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="2000000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation