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

Administration Console Online Help

 Previous Next Contents Index  

 


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. Some of the attributes under the Advanced Options section of this tab are not applicable to some protocols. For more information refer to the Attributes section of this topic.

Any network channel that you create for this server can override the values on this tab.

Tasks

Specifying the Default Protocol

Configuring the T3 Protocol

Configuring the HTTP Protocol

Enabling and Configuring the IIOP Protocol

Configuring jCom

Related Topics

Understanding the Default Network Configuration

Understanding Network Channels

Attributes

Table 1-40

Attribute Label

Description

Value Constraints

Default Protocol

The protocol to be used for connections when none is specified.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: DefaultProtocol

Default: "t3"

Valid values:

  • "t3"

  • "t3s"

  • "http"

  • "https"

  • "iiop"

Configurable: yes

Default Secure Protocol

The protocol to be used for secure connections when none is specified.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: DefaultSecureProtocol

Default: "t3s"

Valid values:

  • "t3s"

  • "https"

Configurable: yes

Advanced Attributes

Table 1-41

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 configure a network channel for this server, you can override this getCompleteMessageTimeout value and specify a different value for the network channel.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: CompleteMessageTimeout

Units: seconds

Minimum: 0

Maximum: 480

Default: 60

Configurable: yes

Dynamic: 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 configure a network channel for this server, you can override this getIdleConnectionTimeout value and specify a different value for the network channel.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: IdleConnectionTimeout

Units: seconds

Minimum: 0

Default: 65

Configurable: yes

Dynamic: 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.ServerMBean

Attribute: TunnelingEnabled

Default: false

Valid values:

  • true

  • false

Dynamic: yes

Tunneling Client Ping

Interval (in seconds) at which to ping a tunneled client to see if it is still alive.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: TunnelingClientPingSecs

Units: seconds

Minimum: 1

Default: 45

Dynamic: yes

Tunneling Client Timeout

Duration (in seconds) after which a missing tunneled client is considered dead.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: TunnelingClientTimeoutSecs

Units: seconds

Minimum: 1

Default: 40

Dynamic: 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 configure a network channel for this server, you can override this attribute value and specify a different value for the network channel.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: MaxMessageSize

Units: bytes

Minimum: 4096

Maximum: 2000000000

Default: 10000000

Configurable: yes

Dynamic: yes

 

Back to Top Previous Next