+

Search Tips   |   Advanced Search

 

Web container transport channel custom properties

 

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

Unless you are not migrating from an previous version of WebSphere Application Server, use Hypertext Transfer Protocol (HTTP) transport channels instead of HTTP transports to handle your HTTP requests.

If you are using Web container transports, you can set the following custom properties on the Web container Custom Properties panel on the administrative console. When set on the Web container Custom Properties page, all transports inherit the properties. Setting the same properties on a transport overrides like settings defined for a Web container.

To specify custom properties for a specific transport on the HTTP Transport:

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

  2. Select a host.

  3. Under Additional Properties select Custom Properties.

  4. On the Custom Properties page, click New.

  5. On the settings page, enter the property to configure in the Name field and the value to set it to in the Value field.

  6. Click Apply or OK.

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

  8. 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

Configure 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 maxRequestMessageBodySize is buffered in memory.

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

 

maxRequestMessageBodySize

When disableRequestMessageChunking is 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. An HTTP 404 is returned if maxRequestMessageBodySize is exceeded.

Value
The default size is 32K and the maximum size is 8MB.

 

Reference topic