Configuring the HTTP Service

To configure the HTTP service, follow these steps:

  1. In the tree component, expand the Configuration node.
  2. Select the HTTP Service node.
  3. The HTTP Service page allows the setting of properties that apply to all of the service’s HTTP listeners.
  4. The following table lists these properties.

    Table 0-3  HTTP Service Properties 

    Property Name

    Description

    Default Value

    bufferSize

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

    4096

    connectionTimeout

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

    12000
    (12 seconds)

    maxKeepAliveRequests

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

    1000

    traceEnabled

    If set to true, enables the TRACE operation. Setting this property to false makes the Application Server less susceptible to cross-site scripting attacks.

    true

  5. Click the Access Log tab to configure access log rotation.
  6. Click Save.

See Also:


Legal Notices