2.18.5 Definition in cosminexus.xml

This subsection describes the definitions in cosminexus.xml required in the application development environment.

Specify the definition for controlling the number of concurrently executing threads in the URL group in the <war> tag of cosminexus.xml.

The following table lists the definitions in cosminexus.xml for controlling the number of concurrently executing threads in the URL group.

Table 2-58 Definitions in cosminexus.xml for controlling the number of concurrently executing threads in the URL group

Tag to be specifiedSetting contents
<urlgroup-thread-control-name> tagSpecifies the definition name for controlling the number of concurrently executing threads.
<urlgroup-thread-control-max-threads> tagSpecifies the Maximum number of concurrently executing threads in the URL group.
<urlgroup-thread-control-exclusive-threads> tagSpecifies the number of dedicated threads.
<urlgroup-thread-control-queue-size> tagSpecifies the size of the pending queue of the URL group.
<urlgroup-thread-control-mapping> tagSpecifies the URL pattern you want to control enclosed in the <url-pattern> tag.

For details on the tags to be specified, see 2.2.6 Details of the War property in the uCosminexus Application Server Application and Resource Definition Reference Guide.