Configuring the HTTP Service

  1. In the tree component, expand the Configurations node, then expand the server-config node, then select the HTTP Service node.
  2. On the HTTP Service page, you can set properties that apply to all of the service’s HTTP listeners.
  3. Table 0-25 lists these properties.

Table 0-25  HTTP Service Properties 

Property Name

Description

Default Value

bufferSize

The size (in bytes) of the buffer to be provided for input streams created by HTTP listeners.

2048

connectionTimeout

The number of milliseconds HTTP listeners will wait, after accepting a connection, for the request URI line to be presented.

60000
(60 seconds)

maxKeepAliveRequests

The maximum number of HTTP requests that can be pipelined until the connection is closed by the server. Setting this attribute to 1 will disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining.

100

tcpNoDelay

If set to true, the TCP_NO_DELAY option will be set on all HTTP listeners. This option improves performance under most circumstances.

true

  1. Click the tabs to configure access log rotation, request processing, keep alive, connection pool, HTTP protocol, and HTTP file cache.
  2. When you have finished, click Save.

See Also:


Legal Notices