Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Virtual Host: Configuration: HTTP

Configuration Options     Related Tasks     Related Topics

Use this page to define the HTTP configuration for this virtual host.

Configuration Options

Name Description
Post Timeout

Timeout (in seconds) for reading HTTP POST data in a servlet request. If the POST data is chunked, the amount of time the server waits between the end of receiving the last chunk of data and the end of receiving the next chunk of data in an HTTP POST before it times out. (This is used to prevent denial-of-service attacks that attempt to overload the server with POST data.)

Gets the postTimeoutSecs attribute of the WebServerMBean object

MBean Attribute:
VirtualHostMBean.PostTimeoutSecs

Minimum value: 0

Maximum value: 120

Secure value: 30

Max Post Time

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

Gets the maxPostTimeSecs attribute of the WebServerMBean object

MBean Attribute:
VirtualHostMBean.MaxPostTimeSecs

Max Post Size

The maximum post size this server allows for reading HTTP POST data in a servlet request, excluding chunked HTTP requests (Transfer-Encoding: chunked).

A value less than 0 indicates an unlimited size.

Gets the maxPostSize attribute of the WebServerMBean object

MBean Attribute:
VirtualHostMBean.MaxPostSize

Enable Keepalives

Indicates whether there should be a persistent connection to this server. (This may improve the performance of your Web applications.)

Gets the keepAliveEnabled attribute of the WebServerMBean object

MBean Attribute:
VirtualHostMBean.KeepAliveEnabled

Secure value: true

Duration

The amount of time this server waits before closing an inactive HTTP connection.

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

MBean Attribute:
VirtualHostMBean.KeepAliveSecs

Minimum value: 5

Maximum value: 3600

Secure value: 30

HTTPS Duration

The amount of time this server waits before closing an inactive HTTPS connection.

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

MBean Attribute:
VirtualHostMBean.HttpsKeepAliveSecs

Minimum value: 30

Maximum value: 360

Secure value: 60

Accept Context Path in Get Real Path

Indicates whether this server allows the inclusion of the context path in the virtual path to context.getRealPath(). (If checked, you cannot use sub directories with the same name as contextPath). This is a compatibility switch that will be deprecated 9.0.0.0 in future releases.

Gets the acceptContextPathInGetRealPath attribute of the WebServerMBean object

MBean Attribute:
VirtualHostMBean.AcceptContextPathInGetRealPath

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top