Specify the key as follows:
key-name=value
Cosminexus-installation-directory\CC\web\redirector\uriworkermap.properties
This mapping definition file defines the URL pattern to be transferred to the Web container server through the request to Microsoft IIS.
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
/examples/*=worker1
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.