WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

IIOP

 


Description

Configuration for IIOP properties.

 


Syntax

<IIOP
CompleteMessageTimeout="number of seconds"
IdleConnectionTimeout="number of seconds"
MaxMessageSize="number of bytes"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Attributes

Table 16-1 IIOP attributes

Attribute

Description

Range of Values and Default

CompleteMessageTimeout

Specify the maximum number of seconds spent waiting for a complete IIOP message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending.

Required: no

Units: seconds

Default: 60

Minimum: 0

Maximum: 480

IdleConnectionTimeout

Specify the maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. This attribute helps guard against server deadlock through too many open connections.

Required: no

Units: seconds

Default: 60

Minimum: 0

MaxMessageSize

Specify the maximum IIOP 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.

Required: no

Units: bytes

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

 

Back to Top Previous Next