4.13.2 Parameters that set up the redirector action definition for Cosminexus HTTP Server

The following table describes the parameters used for setting up the redirector action definition for Cosminexus HTTP Server:

For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 9.3 mod_jk.conf (Redirector action definition file for Cosminexus HTTP Server). In the table below, Default value means the value that is assumed when the parameter is not specified. VR is the version of Application Server on which parameters are introduced or changed.

Note:
To enable the specification of Parameters that set up the redirector action definition for Cosminexus HTTP Server when specifying the AllText parameter, include the following code in the setup file:

Include "Cosminexus-installation-directory/CC/web/redirector/servers/Logical-Web-server/mod_jk.conf"

Table 4-8 Parameters that set up the redirector action definition for Cosminexus HTTP Server

Value of param-nameSpecifiable valueDefault valueVR
JkConnectTimeoutSpecify the value using an integer from 0 to 3600.3007-00
JkGatewayHostSpecify one of the following values:
  • IPv4 address
  • Host name
Specify a string within 255 characters using alphanumeric characters, underscore (_), period (.), and hyphen (-) as a host name.
None07-50
JkGatewayHttpsSchemeSpecify one of the following values:
  • On
  • Off
Off06-50
JkGatewayPortSpecify the value using an integer from 1 to 65535.None07-50
JkLogFileDirSpecify any string.Logs06-50
JkLogFileNumSpecify the value using an integer from 1 to 64.806-50
07-50
JkLogFileSizeSpecify the value using an integer from 4096 to 2147483647​.4194304​06-50
07-50
JkLogLevelSpecify one of the following values:
  • emerg
  • error
  • info
  • debug
error06-50
JkModulePrioritySpecify one of the following values:
  • REALLY_FIRST (corresponds to integer value -10)
  • FIRST (corresponds to integer value 0)
  • MIDDLE (corresponds to integer value 10)
  • LAST (corresponds to integer value 20)
  • REALLY_LAST (corresponds to integer value 30)
  • Integers from -10 to 30
FIRST07-00
JkMountSpecify the definition file in the following format:
URL-pattern=worker-name
Use the name specified in the worker definition and worker.list in worker-name. For details on the worker definition and worker.list, see 4.13.3 Parameters that set up the worker definition.
Note:
Do not define the same J2EE server in multiple worker names. The operations cannot be guaranteed if such a worker is specified in JkMount.
In the combined-tier and http-tier#
/* J2EE-server-name
Note:
Concurrently, J2EE-server-name is set up as worker (type: ajp13).
07-50
JkPrfIdSpecify a string within of 31 alphanumeric characters.
If a string beginning with 'TSC' and 'tsc' or 'CTM' and 'ctm' is specified, an error will occur.
None
The value is set automatically except for free-tier.
07-50
JkRequestRetryCountSpecify the value using an integer from 1 to 16.307-00
JkSendTimeoutSpecify the value using an integer from 0 to 3600.10007-00
JkTraceLogSpecify one of the following values:
  • On
  • Off
On06-50
JkTraceLogFileDirSpecify any string.Logs06-50
JkTraceLogFileNumSpecify the value using an integer from 1 to 64.406-50
07-50
JkTraceLogFileSizeSpecify the value using an integer from 4096 to 2147483647​.16777216​06-50
07-50
JkTranslateBackcompatSpecify one of the following values:
  • On
  • Off
Off06-50
Note:
If you specify multiple keys, the value specified last will be applied.
#
If this parameter is omitted in combined-tier and http-tier, values are set up in the related parameters as follows:
<param>
<param-name>JkMount</param-name>
<param-value>/* (J2EE server name)<param-value>
</param>
<param>
<param-name>worker.list</param-name>
<param-value>(J2EE server name)<param-value>
</param>
<param>
<param-name>worker.(J2EE server name).host</param-name>
<param-value>(host name)<param-value>
</param>
<param>
<param-name>worker.(J2EE server name).port</param-name>
<param-value>(Port number)<param-value>
</param>
<param>
<param-name>worker.(J2EE server name).type</param-name>
<param-value>ajp13</param-value>
</param>