Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Connections --> HTTP

Tasks     Additional Documentation     Attributes

Overview

This tab allows the user to set the configuration attributes for Web Applications. These attributes include the default Web Application for the server.

Tasks

Configuring the HTTP Protocol

Monitoring Web App Components on a Server

Additional Documentation

(Requires an Internet connection.)

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

Attributes

Attribute Label

Description

Value Constraints

Default Web Application

Servlet 2.3 Web Application that maps to the "default" servlet context (where ContextPath = "/")

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: DefaultWebApp

Default: null

Dynamic: yes

Readable: yes

Writable: yes

FrontendHost

The HTTP frontendHost

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: FrontendHost

Default: null

Configurable: yes

Readable: yes

Writable: yes

FrontendHTTPPort

The frontendHTTPPort

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: FrontendHTTPPort

Default: 0

Configurable: yes

Readable: yes

Writable: yes

FrontendHTTPSPort

The frontendHTTPSPort

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: FrontendHTTPSPort

Default: 0

Configurable: yes

Readable: yes

Writable: yes

Send Server Header Enabled

Returns whether or not to send a response Server header

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: SendServerHeaderEnabled

Default: true

Readable: yes

Writable: yes

Post Timeout Secs

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

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: PostTimeoutSecs

Minimum: 0

Maximum: 120

Default: 30

Readable: yes

Writable: yes

Max Post Time

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

MBean: weblogic.management.
configuration.
WebServerMBean

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.
WebServerMBean

Attribute: MaxPostSize

Units: bytes

Default: -1

Readable: yes

Writable: yes

Enable Keepalives

Returns whether or not HTTP keep-alive is enabled

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: KeepAliveEnabled

Default: true

Readable: yes

Writable: yes

Duration

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

MBean: weblogic.management.
configuration.
WebServerMBean

Attribute: KeepAliveSecs

Units: seconds

Minimum: 5

Maximum: 120

Default: 30

Configurable: yes

Readable: yes

Writable: yes

HTTPS Duration

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

MBean: weblogic.management.
configuration.
WebServerMBean

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.
WebServerMBean

Attribute: AcceptContextPathInGetRealPath

Default: false

Readable: yes

Writable: yes



 

Back to Top Previous Next