bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

IIOP

Description

Configuration for IIOP properties.

Syntax

<!ELEMENT IIOP EMPTY >
<!ATTLIST IIOP
   CompleteMessageTimeout     CDATA                    "60"
   IdleConnectionTimeout      CDATA                    "60"
   MaxMessageSize             CDATA                    "10000000"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The IIOP element is a child of the Server element.

Attributes

Table 20-1 IIOPMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Complete-Message-Timeout

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.

Default: 60

Minimum: 0

Maximum: 480

Units: seconds

Complete Message Timeout

Idle-Connection-Timeout

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.

Default: 60

Minimum: 0

Units: seconds

Idle Connection Timeout

Max-Message-Size

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.

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Units: bytes

Max Message Size

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next