HTTP transport channel settings
Use this page to view and configure an HTTP transport channel. This type of transport channel handles HTTP requests from a remote client.
An HTTP transport channel parses HTTP requests and then finds an appropriate application channel to handle the request and send a response.
To view this console page, click...
Servers | Application servers | server | PortsClick on...
View associated transports...for the port associated with the HTTP transport channel whose settings you want to look at.
- Transport channel name
- Name of the HTTP transport channel.
The name field cannot contain the following characters:
# \ / , : ; " * ? < > | = + & % 'This name must be unique across all channels in a WAS environment. For example, an HTTP transport channel and a TCP transport channel cannot have the same name if they reside within the same system.
Data type String
- Discrimination weight
Priority this channel has in relation to the other channels in this transport chain. This property is only used when port sharing is enabled and the channel chain includes multiple channels to which it might forward data. The channel in the chain with the lowest discrimination weight is the first one given the opportunity to look at incoming data and determine whether or not it owns that data.
Data type Positive integer Default 0
- Maximum persistent requests
Maximum number of persistent (keep-alive) requests that are allowed on a single HTTP connection. If a value of 0 (zero) is specified, only one request is allowed per connection. If a value of -1 is specified, an unlimited number of requests is allowed per connection.
Data type Integer Default 100
- Use persistent (keep-alive) connections
- When selected, the HTTP transport channel, when sending an outgoing HTTP message, uses a persistent (keep-alive) connection instead of a connection that closes after one request or response exchange occurs.
If a value other than 0 is specified for the maximum persistent requests property, the Use persistent (keep-alive) connections property setting is ignored.
The default for this property is selected.
- Read timeout
Specify the amount of time, in seconds, the HTTP transport channel waits for a read request to complete on a socket after the first read request occurs. The read being waited for could be an HTTP body (such as a POST) or part of the headers if they were not all read as part of the first read request on the socket.
Data type Integer Default 60 seconds
- Write timeout
Specifies the amount of time, in seconds, that the HTTP transport channel waits on a socket for each portion of response data to be transmitted. This timeout usually only occurs in situations where the writes are lagging behind new requests. This can occur when a client has a low data rate or the server's network interface card (NIC) is saturated with I/O.
Data type Integer Default 60 seconds
- Persistent timeout
Specify the amount of time, in seconds, that the HTTP transport channel allows a socket to remain idle between requests.
Data type Integer Default 30 seconds
- Enable access and error logging
When selected, the HTTP transport channel performs NCSA access and error logging. Enabling NCSA access and error logging slows server performance.
To configure NCSA access and error logging, click HTTP error and NCSA access logging under Related Items. Even if HTTP error and NCSA access logging is configured, it is not enabled unless the Enable access and error logging property is selected.
The default value for the Enable access and error logging property is not selected.
Related tasks
Configure transport chains
Related Reference
Object names: What the name string cannot contain