Administration Console Online Help

 Previous Next Contents Index  

 


Network Channel Fine Tuning --> Configuration --> Tuning

Tasks     Additional Documentation     Attributes

Overview

Use this page to override the backlog or login timeout settings used by the network channel on this server. Note that any changes you make to this page are reflected in a NetworkAccessPointMBean for the server, and do not affect the network channel properties of other servers or clusters that use the channel.

Values of -1 indicate that this server uses the default values assigned to the network channel.

Tasks

Configuring a Network Access Point

Additional Documentation

(Requires an Internet connection.)

Network Access Points (NAPS)

Network Channels

Attributes

Attribute Label

Description

Value Constraints

Accept Backlog

Allowed backlog of connection requests on the listen port. -1 implies that this value is inherited from the channel.

MBean: weblogic.management.
configuration.
NetworkAccessPointMBean

Attribute: AcceptBacklog

Minimum: -1

Default: -1

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. -1 implies that this value is inherited from the channel.

MBean: weblogic.management.
configuration.
NetworkAccessPointMBean

Attribute: LoginTimeoutMillis

Units: milliseconds

Minimum: -1

Maximum: 100000

Default: -1

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. -1 implies that this value is inherited from the channel.

MBean: weblogic.management.
configuration.
NetworkAccessPointMBean

Attribute: LoginTimeoutMillisSSL

Units: milliseconds

Minimum: -1

Maximum: java.lang.Integer.MAX_VALUE

Default: -1

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next