Hitachi

uCosminexus Application Server Definition Reference Guide


4.2.1 cmxserver.properties (server setting properties file)

Organization of this subsection

(1) Format

This file is in the Java properties format.

Files are used by the Smart Composer functionality as server setup property files.

(2) File storage location

(3) Functionality

This file is used to set up an execution environment for the commands provided by the Smart Composer functionality.

(4) Specifiable keys

The specifiable keys and default values are described below.

Key name

Contents

Default

cmx.max_wait_time

Specifies the maximum amount of time (in seconds) to wait for completion of a command that is executing, in the range from 1 to 2147483647 (seconds).This key is applicable to commands executed with the -wait common option specified. If such a command's processing is not completed within the specified amount of time, the next command executed results in an error.

180

(5) Examples of coding

cmx.max_wait_time=360

(6) Precautions