Administration Console Online Help

 Previous Next Contents Index  

 


Network Channel --> Configuration --> Protocols

Tasks     Additional Documentation     Attributes

Overview

Use this tab to enable or disable specific protocols for the channel, and to configure each protocol's maximum message size and timeout values.

Tasks

Creating a Network Channel

Additional Documentation

(Requires an Internet connection.)

Network Access Points (NAPS)

Network Channels

Attributes

Attribute Label

Description

Value Constraints

T3 Enabled

Whether or not plaintext (non-SSL) T3 traffic is enabled. Note that it is not possible to disable T3 traffic on the default channel(s).

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: T3Enabled

Default: false

Readable: yes

Writable: yes

T3S Enabled

Whether or not secure T3 traffic is enabled. Note that it is not possible to disable T3 traffic on the default channel(s).

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: T3SEnabled

Default: false

Readable: yes

Writable: yes

Complete T3 Message Timeout

The maximum number of seconds spent waiting for a complete T3 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: CompleteT3MessageTimeout

Units: seconds

Minimum: 0

Maximum: 480

Default: 60

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Max T3 Message Size

The maximum T3 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: MaxT3MessageSize

Units: bytes

Minimum: 4096

Maximum: 2000000000

Default: 10000000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

HTTP Enabled

Whether or not plaintext (non-SSL) HTTP traffic is enabled.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: HTTPEnabled

Default: false

Readable: yes

Writable: yes

HTTPS Enabled

Whether or not secure (SSL) HTTP traffic is enabled.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: HTTPSEnabled

Default: false

Readable: yes

Writable: yes

Complete HTTP Message Timeout

The maximum number of seconds spent waiting for a complete HTTP 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: CompleteHTTPMessageTimeout

Units: seconds

Minimum: 0

Maximum: 480

Default: 60

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Max HTTP Message Size

The maximum HTTP 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: MaxHTTPMessageSize

Units: bytes

Minimum: 4096

Maximum: 2000000000

Default: 10000000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Tunneling Enabled

Enables tunneling via http.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: TunnelingEnabled

Default: false

Dynamic: yes

Readable: yes

Writable: yes

Tunneling Client Ping

Interval (in seconds) at which to ping an http-tunneled client to see if its still alive. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: TunnelingClientPingSecs

Units: seconds

Default: 45

Configurable: yes

Readable: yes

Writable: yes

Tunneling Client Timeout

Duration (in seconds) after which a missing http-tunneled client is considered dead. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: TunnelingClientTimeoutSecs

Units: seconds

Default: 40

Configurable: yes

Readable: yes

Writable: yes

COM Enabled

Whether or not plaintext (non-SSL) COM traffic is enabled.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: COMEnabled

Default: false

Readable: yes

Writable: yes

Complete COM Message Timeout

The maximum number of seconds spent waiting for a complete COM 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: CompleteCOMMessageTimeout

Units: seconds

Minimum: 0

Maximum: 480

Default: 60

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Max COM Message Size

The maximum COM 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. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: MaxCOMMessageSize

Units: bytes

Minimum: 4096

Maximum: 2000000000

Default: 10000000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next