uCosminexus Service Platform, Reference Guide

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

3.2 Input format of definition file

Create or edit the definition files listed in Table 3-1 in the following Java property file format.

Format
The input format of definition files is as follows:
 
key-name = value
 
#comment
 
The following describes each item. Use the ISO-8859-1 character encoding for each item.
Key name
Specify the key name to be defined.
Value
Specify a value, if any, you want to define. Because the string up to the linefeed is considered as a value, you cannot specify strings such as spaces or comments after the value.
Comment
A line that begins with a hash mark (#) is treated as a comment.