uCosminexus Application Server, Web Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

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 specified Setting contents
<urlgroup-thread-control-name> tag Specifies the definition name for controlling the number of concurrently executing threads.
<urlgroup-thread-control-max-threads> tag Specifies the Maximum number of concurrently executing threads in the URL group.
<urlgroup-thread-control-exclusive-threads> tag Specifies the number of dedicated threads.
<urlgroup-thread-control-queue-size> tag Specifies the size of the pending queue of the URL group.
<urlgroup-thread-control-mapping> tag Specifies 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.