Server --> Protocols --> General
Tasks Related Topics Attributes
Overview
The Protocols --> General tab specifies defaults for all protocols that can be used to connect to a server. Any network channel that you create for this server can override the values on this tab.
Tasks
Enabling and Configuring the IIOP Protocol
Related Topics
Understanding the Default Network Configuration
Understanding Network Channels
Attributes
Advanced Attributes
Attribute Label
Description
Value Constraints
Complete Message Timeout The maximum number of seconds that this server waits for a complete message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that it will be sending a message of a certain size which it never finishes sending.If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: CompleteMessageTimeoutUnits: secondsMinimum: 0Maximum: 480Default: 60Configurable: yesDynamic: yes Idle Connection Timeout The maximum number of seconds that a 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. The T3 and T3S protocols ignore this attribute.If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: IdleConnectionTimeoutUnits: secondsMinimum: 0Default: 65Configurable: yesDynamic: yes Enable Tunneling Enables tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols. If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: TunnelingEnabledDefault: falseValid values:
- true
Dynamic: yes
- false
Tunneling Client Ping Interval (in seconds) at which to ping a tunneled client to see if it is still alive.If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: TunnelingClientPingSecsUnits: secondsMinimum: 1Default: 45Dynamic: yes Tunneling Client Timeout Duration (in seconds) after which a missing tunneled client is considered dead.If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: TunnelingClientTimeoutSecsUnits: secondsMinimum: 1Default: 40Dynamic: yes Maximum Message Size The maximum 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.If you create network channels for this server, each channel can override this setting.MBean: weblogic.management.
configuration.ServerMBeanAttribute: MaxMessageSizeUnits: bytesMinimum: 4096Maximum: 2000000000Default: 10000000Configurable: yesDynamic: yes