5.2.2 User-defined file for setting the request distribution method (When the Smart Composer functionality is used)
To distribute requests, edit the following user-defined files in a text editor and specify the worker, mapping between the URL pattern and worker, and the redirector operations.
-
Easy Setup definition file
Specify the worker definition, the worker-wise parameters, and the mapping between the URL pattern and workers. Use this file to set up request distribution by URL pattern. For request sorting by using the round-robin format and request sorting by using the POST data size, the settings are output to the free-tier physical tier.
-
workers.properties (Worker definition file)
Specify the worker definition and the worker-wise parameters. Use this file to set up request distribution by the round robin format and the request distribution by the POST data size.
-
mod_jk.conf (Redirector action definition file)
Specify the mapping between the URL pattern and workers and specify the redirector operations, such as which URL patterns will be forwarded to the Web container with the requests sent to Cosminexus HTTP Server. Use this file to set up request distribution by the round robin format and the request distribution by the POST data size.
For details on the Easy Setup definition file, see 4.3 Easy Setup definition file in the manual uCosminexus Application Server Definition Reference Guide. For details on the Worker definition file, see 14.2.4 workers.properties (Worker definition file). For details on the Redirector Operation definition file, see 14.2.1 isapi_redirect.conf (Redirector action definition file for Microsoft IIS).