Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Web container transport channel custom properties

 

Use this page to set custom properties for a Web container transport channel.

To specify custom properties for a specific transport on the Web container transport chain:

  1. In the administrative console click Servers > Application Servers > server_name > Web Container Settings > Web container transport chains.

  2. Select a transport chain.

  3. Under Transport Channels select Web container inbound channel (channel_name).

  4. Under Additional Properties select Custom Properties.

  5. On the Custom Properties page, click New.

  6. On the settings page, enter the property that you want to configure in the Name field and the value that you want to set it to in the Value field.

  7. Click Apply or OK.

  8. Click Save on the console task bar to save your configuration changes.

  9. Restart the server.

Following is a list of custom properties provided with the Application Server. These properties are not shown on the settings page for a Web container transport.


 

Related tasks

Configuring inbound HTTP request chunking Modifying the default Web container configuration
Tuning the application serving environment

 

Related Reference


HTTP transport settings Administrative console page features

 

disableRequestMessageChunking

This custom property disables request message chunking when set to true. All the request body up to protocol_http_large_data_inbound_buffer is buffered in memory.

Value
True or False. When a value is not specified, the default value is false.

 

maxRequestMessageBodySize

When disableRequestMessageChunking is set to false, this is the maximum amount of request body that is buffered in memory before sending the next chunk to the servant. The maxRequestMessageBodySize custom property is valid only if the disableRequestMessageChunking custom property is set to false.

Value
The default value is 32 kilobytes (KB). The minimum value is 32 and the maximum value is 8192, which is equivalent to 8MB.

 

Reference topic

  Â