uCosminexus Application Server, Definition Reference Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
(1) Format
Specify the key as follows:
key-name=value
- Specification method
- Use '=' as the separator between the key and value. Any spaces put before and after '=' are ignored.
- The string up to the linefeed is a value. The linefeed character is OS dependent.
- The maximum size of one line is considered as 65536 bytes.
- The line beginning with a hash mark (#) is a comment.
- If you define a line without a value, the line is ignored.
(2) File storage location
- In Windows
Cosminexus-installation-directory\manager\config\
- In UNIX
/opt/Cosminexus/manager/config/
(3) Functionality
This file specifies the environment variables required in the Management Server operations (starting, stopping, and setting up).
(4) Specifiable keys
The specifiable keys and default values are described below.
| Key name |
Contents |
Default value |
| add.env |
Set the environment variable in the following format:
Environment variable name=Environment variable value
You can specify multiple keys.
You can also specify special variables# in the environment variable value.
- (Example)
- add.env=AAAHOME=C:\aaa
- add.env=BBBHOME=C:\bbb
- In the above example, the value of environment variable AAAHOME is set to C:\aaa and the value of BBBHOME is set to C:\bbb.
|
None |
- Note:
- The following table describes the special variables that you can specify:
| Special variables |
Contents |
| ${cosminexus.home} |
Cosminexus installation directory |
| %{XXX} |
Environment variable XXX value |
(5) Precautions
- The J2EE server overwrites the following environment variables when the Management Server starts up, and hence the specified values are considered invalid.
- PATH
- Shared library search path (Only for UNIX)
- CLASSPATH
- HVI_TRACEPATH
- HVI_COMTFILECOUNT
- HVI_COMTENTRYCOUNT
- TPJDIR
- If the default value of LANG is changed (LANG=ja_JP.utf8), the operations are not guaranteed. If the value is changed, errors such as garbled text might occur in the log output.
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.