IIOP

 


Description

Configuration for IIOP properties.

 


Syntax

<IIOP


CompleteMessageTimeout="number of seconds


DefaultCharCodeset=( "US-ASCII" | "UTF-8" | "ISO-8859-1" )


DefaultMinorVersion="number


DefaultWideCharCodeset=( "UCS-2" | "UTF-16" | "UTF-8" | "UTF-16BE" | "UTF-16LE" )


IdleConnectionTimeout="number of seconds


MaxMessageSize="number of bytes


Name="String


Notes="String


TxMechanism=( "OTS" | "JTA" | "OTSv11" | "none" )


Type="String



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

CompleteMessageTimeout Deprecated. 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. Units: secondsDefault: -1Minimum: 0Maximum: 480
DefaultCharCodeset Specify what codeset should be used for the default native character codeset. This is required to interoperate with some Orbs that do not do codeset negotiation, or do it incorrectly. Setting this to anything other than US-ASCII will cause failure against JDK 1.3.1 clients. Admin Console field label: Default Char CodesetRequired: noDefault: US-ASCII
DefaultMinorVersion Specify the default minor GIOP version for IIOP messages. This attribute is useful for client orbs with broken GIOP 1.2 implementations. Admin Console field label: Default GIOP VersionDefault: 2Minimum: 0Maximum: 2
DefaultWideCharCodeset Specify what codeset should be used for the default native wide character codeset. This is required to interoperate with some Orbs that do not do codeset negotiation, or do it incorrectly. Setting this to anything other than UCS-2 will cause failure against JDK 1.3.1 clients. Admin Console field label: Default Wide Char CodesetRequired: noDefault: UCS-2
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. Units: secondsDefault: -1Minimum: 0
MaxMessageSize Deprecated. 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. Units: bytesDefault: -1Minimum: 4096Maximum: 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
TxMechanism Specify whether IIOP should use the WebLogic-specific JTA to propagate transactions or the OMG-specified OTS. It is not possible to use both since it affects the way transactions are negotiated. Admin Console field label: Transaction MechanismRequired: noDefault: OTS
Type Returns the type of the MBean. Required: no

Skip navigation bar  Back to Top Previous Next