+

Search Tips   |   Advanced Search

 

Configure inbound HTTP request chunking

 

Inbound HTTP request chunking, is configured at the Web container transport chain level. You can configure each Web container chain to enable or disable chunking. You can also configure the maximum message size for chunking disabled and the maximum chunk size for chunking enabled for each chain.

 

Overview

The chains that host the Integrated Solutions console have chunking enabled by default, while all other Web container chains have chunking disabled by default.

 

Procedure

  1. In the console click Servers > Application Servers > server > Web Container settings > Web Container

  2. Select a host.

     

  3. Optional: Enable request message chunking. See the article, Web container transport channel custom properties for details on these settings.

    1. Under Additional Properties select Custom Properties.

    2. On the Custom Properties page, click New.

    3. On the settings page, enter the property, disableRequestMessageChunking in the Name field and the enter the value false in the Value field.

    4. Maximum amount of request body that is buffered in memory before sending the next chunk to the SR.

    5. Click Apply or OK.

     

  4. Optional: Disable request message chunking. See the article, Web container transport channel custom properties for details on these settings.

    1. Under Additional Properties select Custom Properties.

    2. On the Custom Properties page, click New.

    3. On the settings page, enter the property, disableRequestMessageChunking in the Name field and the enter the value true in the Value field.

    4. Maximum amount of request body data that is buffered in memory before sending the complete request to the SR.

    5. Click Apply or OK.

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

  6. Restart the server.



HTTP transport settings

 

Related information


Transport chains
Web container inbound transport channel settings
Web container transport channel custom properties