Administration Console Online Help

 Previous Next Contents Index  

 


Virtual Host --> Configuration --> HTTP

Tasks     Additional Documentation     Attributes

Overview

This tab allows you to set configuration attributes for a Virtual Host.

Tasks

Configuring a VirtualHost

Cloning a VirtualHost

Additional Documentation

(Requires an Internet connection.)

For additional information about VirtualHosts, please see the Administration Guide, Overview of WebLogic Server HTTP Services.

Attributes

Attribute Label

Description

Value Constraints

Default Server Name

The HTTP defaultServerName

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: DefaultServerName

Default: null

Configurable: yes

Readable: yes

Writable: yes

Post Timeout Secs

Timeout (in seconds) for reading HTTP POST data in a servlet request.

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: PostTimeoutSecs

Minimum: 0

Maximum: 120

Default: 30

Readable: yes

Writable: yes

Max Post Time Secs

Max Post Time (in seconds) for reading HTTP POST data in a servlet request. MaxPostTime < 0 means unlimited

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: MaxPostTimeSecs

Units: seconds

Default: -1

Readable: yes

Writable: yes

Max Post Size

Max Post Size (in bytes) for reading HTTP POST data in a servlet request. MaxPostSize < 0 means unlimited

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: MaxPostSize

Units: bytes

Default: -1

Readable: yes

Writable: yes

Keep Alive Enabled

Returns whether or not HTTP keep-alive is enabled

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: KeepAliveEnabled

Default: true

Readable: yes

Writable: yes

Keep Alive Secs

Number of seconds to maintain HTTP keep-alive before timing out the request.

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: KeepAliveSecs

Units: seconds

Minimum: 5

Maximum: 120

Default: 30

Configurable: yes

Readable: yes

Writable: yes

Https Keep Alive Secs

Number of seconds to maintain HTTPS keep-alive before timing out the request.

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: HttpsKeepAliveSecs

Units: seconds

Minimum: 30

Maximum: 360

Default: 60

Configurable: yes

Readable: yes

Writable: yes

Accept Context Path In Get Real Path

Beginning with this release inclusion of the contextPath in the virtualPath to the context.getRealPath() will not be allowed as it breaks the case when the subdirectories have the same name as contextPath. In order to support applications which might have been developed according to the old behaviour we are providing a compatibility switch. This switch will be deprecated in future releases.

MBean: weblogic.management.
configuration.
VirtualHostMBean

Attribute: AcceptContextPathInGetRealPath

Default: false

Readable: yes

Writable: yes



 

Back to Top Previous Next