Appendix C.2 Parameters that can be specified in the logical Web server (For compatibility)

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-nameValue specified in param-valueDefault valueRecommended param-name value
JkGatewayHost.valueSpecifies the gateway host name in less than 255 characters.NoneJkGatewayHost
JkGatewayPort.valueSpecifies the gateway port number in a range from 1 to 65535.NoneJkGatewayPort
Listen.host.valueSpecifies 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.
falseListen
PortSpecifies the port number of the server that receives requests from the Web browser in the range from 1 to 65535.80Listen
urlmap.mSpecifies 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.cachesizeSpecifies the number of worker connections to be reused by the redirector in a range from 1 to 2147483647​.64worker.worker-name.cachesize
worker.receive_timeoutSpecifies the communication timeout value for the worker connection to be reused by the redirector, in the range from 0 to 3600 (unit: seconds).3600worker. worker-name.receive_timeout
#
To specify multiple values, specify multiple <param-value>.
Also, to enable a parameter, add '.' at the beginning of the string. If you want to disable a parameter, add '#' at the beginning of the string.
(Example)
<param-name>urlmap.m</param-name>
<param-value>.ssss</param-value>
<param-value>#rrrr</param-value>