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.
- 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.6 Easy Setup definition file in the uCosminexus Application Server Definition Reference Guide. For details on the Worker definition file, see 9.5 workers.properties (Worker definition file) in the uCosminexus Application Server Definition Reference Guide. For details on the Redirector Operation definition file, see 9.2 isapi_redirect.conf (Redirector Operation definition file for Microsoft IIS) in the uCosminexus Application Server Definition Reference Guide.