9.3 mod_jk.conf (Redirector action definition file for Cosminexus HTTP Server)

Organization of this section
(1) Format
(2) File storage location
(3) Functionality
(4) Specifiable keys
(5) Examples of coding
(6) Precautions

(1) Format

Specify the key as follows:

key-name value

Specification method
  • The string up to the linefeed is a value.
  • The line beginning with a hash mark (#) is a comment.
  • Separate the key name and the value with a single-byte space. If you specify multiple values, separate them with single-byte spaces.
  • If the specified value contains a space in the file path, you need to enclose the entire path within double quotation marks ("").
  • The command coding methods and the formats for describing the types of characters that you can code must be compliant with Cosminexus HTTP Server specifications.
  • The key name is not case sensitive.

(2) File storage location

(3) Functionality

Define the action of the redirector.

(4) Specifiable keys

 

(5) Examples of coding

(6) Precautions

When you change the file size or the number of files:
  1. Stop the Web server.
  2. Either move or delete the log files and the management file used by HNTRLib.
    <Management file used by HNTRLib>
    In the case of message log file: JkLogFilePrefix-settings.mm
    In the case of maintenance trace log file: JkTraceLogFilePrefix-settings.mm
  3. Start the Web server.
Note that the default storage location of management files used in HNTRLib is as follows:
Cosminexus-installation-directory/CC/web/redirector/logs/mmap
When you do not change the file size or the number of files:
Restart the Web server.