Administration Console Online Help

 Previous Next Contents Index  

 


Network Channel --> Configuration --> Tuning

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure the backlog and login timeout settings for a network channel.

This tab also enables you to assign a configured weight to the channel. Servers use the channel weight when selecting a channel to use for outbound network requests to other WebLogic Server instances in the domain. Channels with higher weights are selected before channels with lower weights. The default channel and administration channel (if configured) are also considered when establishing outbound connections—their default weights are set to 50.

Tasks

Creating a Network Channel

Additional Documentation

(Requires an Internet connection.)

Prioritizing Outgoing Connections

Attributes

Attribute Label

Description

Value Constraints

Accept Backlog

Allowed backlog of connection requests on the listen port(s). Individual servers may override this value using a NetworkAccessPointMBean. Setting the backlog to 0 may prevent accepting any incoming connection on some of the OS.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: AcceptBacklog

Minimum: 0

Default: 50

Configurable: yes

Readable: yes

Writable: yes

Login Timeout

The login timeout for the server, in milliseconds. This value must be equal to or greater than 0. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: LoginTimeoutMillis

Units: milliseconds

Minimum: 0

Maximum: 100000

Default: 5000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

SSL Login Timeout

Duration allowed for an SSL login sequence. If the duration is exceeded, the login is timed out. 0 to disable. Individual servers may override this value using a NetworkAccessPointMBean.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: LoginTimeoutMillisSSL

Units: milliseconds

Minimum: 0

Maximum: 2147483647

Default: 25000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Channel Weight

A weight to give this channel when creating server-to-server connections.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: ChannelWeight

Minimum: 1

Maximum: 100

Default: 50

Configurable: yes

Readable: yes

Writable: yes

Outgoing Enabled

Whether or not new server-to-server connections may consider this channel when initiating.

MBean: weblogic.management.
configuration.
NetworkChannelMBean

Attribute: OutgoingEnabled

Default: true

Readable: yes

Writable: yes



 

Back to Top Previous Next