If you are using a Web server plug-in, you can add one or more of the following custom properties to the configuration settings for that plug-in.
Specifies whether the plug-in should prefetch the partition table. When this custom property is enabled, the plugin prefetches the partition table so that affinity requests are maintained. The GetDWLMTable custom property must be enabled when memory-to-memory session management is configured for WebSphere® Application Server.
Data type | String |
Default | False |
Specifies the maximum number of headers that can be included in a request or response that passes through the Web server plug-in. If a request or response contains more than the allowable number of headers, the Web server plug-in drops the extra headers.
Data type | Integer |
Range | 1 - 4000 |
Default | 300 |
HTTPMaxHeaders = "<value>" in the Config tag. Example : <Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPreference="HostHeader" ChunkedResponse="false" FIPSEnable="false" HTTPMaxHeaders="2500" IISDisableNagle="false" IISPluginPriority="High" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64" VHostMatchingCompat="false">
Specifies a value for the keyring initialization parameter. This parameter specifies the location of the keyring file that is used to store and protect the cryptographic keys for the server.
Data type | String |
Default | plugins_root/etc/plugin-key.kdb |
Specifies a value for the stashfile initialization parameter. This parameter specifies the location of the stash file containing the encrypted password an application uses to authenticate to the server.
Data type | String |
Default | plugins_root/etc/plugin-key.sth |