Create or edit the definition files listed in Table 6-1 List of definition files (operating and execution environments) in the following input formats:
- Input format of the HCSC server configuration definition file
- The HCSC server configuration definition file is in the XML format. Create or edit this file according to the XML specifications.
- Input format of the list command options definition file
- The list command options definition file has a unique format. Create or edit this file according to the specifications in the list command options definition file.
- Input format of the SOAP fault operation definition file
- The SOAP fault operation definition file has a unique format. Create of edit this file according to the specifications of the SOAP fault operation definition file.
- Input format of other definition files
- Create or edit the definition files other than the HCSC server configuration definition file and list command options definition file in the following Java property file format.
- Format
- The input format of definition files is as follows:
key-name = value
#comment |
- The following is the description of each of these items. Use the ISO-8859-1 character encoding for each item. If you code the characters that cannot be directly expressed with the ISO 8859-1 character encoding, convert the characters to Unicode with the native2ascii command. For details on the native2ascii command, see the JDK documentation.
- Key name
Specifies the key name to be defined.
If the same key is specified multiple times in a definition file, the value of the key specified at the end is applied based on the specifications for the java.util.Properties class.
When you omit the specified value, make sure that you omit the key name as well. You cannot code only the key name.
- Delimiter
Specify an equal sign (=) as the delimiter. A space or a tab can also be used instead of an equal sign.
- Value
Specified when the value to be defined exists. The string up to the linefeed is considered as a value, so you cannot specify strings such as spaces or comments after the value.
- Comment
A line that starts with a hash mark (#) or an exclamation mark (!) is treated as a comment.