9.4 uriworkermap.properties (Mapping definition file for Microsoft IIS)

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.
  • If you define a line without a value, the line is ignored. The parameters not defined as valid key names are also ignored even if defined in the action definition file.
  • Up to 1023 characters are valid as key-name=value. The part exceeding this number is truncated.

(2) File storage location

Cosminexus-installation-directory\CC\web\redirector\uriworkermap.properties

(3) Functionality

This mapping definition file defines the URL pattern to be transferred to the Web container server through the request to Microsoft IIS.

(4) Specifiable keys

Code any one worker out of those specified in the worker.list of the workers.properties. You can code multiple combinations of the URL pattern and worker name. If you set an invalid value in this file, the operations may not produce the desired results. If you specify a URL pattern which does not start with a slash (/), an error message is output in the log when the redirector starts and the specified content becomes ignored.

If you specify a URL pattern containing an extension with a length of 0 characters (when the URL pattern ends with /*.), the message KDJE41041-W is output to the log and the specified content is ignored.

URL-pattern=worker-name

(5) Examples of coding

/examples/*=worker1

(6) Precautions

If you change the user definition of the redirector, you will need to restart the Web server. The changed definition will be applied after the Web server is restarted.