The following table lists and describes the compatibility parameters that can be specified in common for the logical Web servers. In the table below, Default value means the value that is assumed when the parameter is not specified. Recommended value of param-name is the recommended parameter corresponding to the parameters for compatibility.
Table C-2 Parameters that can be specified in the logical Web servers (for compatibility)
Value of param-name | Value specified in param-value | Default value | Recommended param-name value |
---|---|---|---|
JkGatewayHost.value | Specifies the gateway host name in less than 255 characters. | None | JkGatewayHost |
JkGatewayPort.value | Specifies the gateway port number in a range from 1 to 65535. | None | JkGatewayPort |
Listen.host.value | Specifies whether or not to assign the Web server to a specific address when multiple addresses are assigned to one machine. true: Allocated. false: Not allocated. | false | Listen |
Port | Specifies the port number of the server that receives requests from the Web browser in the range from 1 to 65535. | 80 | Listen |
urlmap.m | Specifies the pattern of the URLs to which requests will be distributed when the redirector distributes requests to the J2EE server.# In urlmap.m, you can specify the URL specified in the JkMount key of the mod_jk.conf file . | ./* (all requests are targets) | JkMount |
worker.cachesize | Specifies the number of worker connections to be reused by the redirector in a range from 1 to 2147483647. | 64 | worker.worker-name.cachesize |
worker.receive_timeout | Specifies the communication timeout value for the worker connection to be reused by the redirector, in the range from 0 to 3600 (unit: seconds). | 3600 | worker. worker-name.receive_timeout |