8.9 In-process connection property file (user_app.adaptor-group-name-or-adaptor-name.properties)

Organization of this section
(1) Format
(2) File name
(3) File storage location
(4) Description
(5) Specifiable parameters

(1) Format

Specify each parameter in the following format:

parameter-name=value

(2) File name

user_app.adaptor-group-name-or-adaptor-name.properties

Specify an adaptor group name for standard adaptors or an adaptor name for a custom adaptor, expressed as alphanumeric characters (0 to 9, a to z, A to Z) and the underscore (_). The permitted length is from 1 to 32 characters. Note that for an adaptor group or adaptor that uses in-process connection, the adaptor group name or adaptor name must begin with a single-byte alphabetic character.

(3) File storage location

This file must be stored in the following directory:

working-directory\conf\

(4) Description

This file specifies the class name of in-process-connection adaptors or the path of a jar file. When you use in-process connection, you must create this file for each adaptor group when using the standard adaptors and for each adaptor when using custom adaptors.

(5) Specifiable parameters

The table below lists and describes the parameters that can be specified and their default values.

Table 8-7 Specifiable parameters and their default values (in-process connection property file)

No.Parameter nameDescriptionDefault value
1user_app.classnameSpecifies the main class name for an adaptor group or an adaptor that uses in-process connection.#1
This class is implemented with the system-provided interface class.
When you use in-process connection, this parameter is mandatory; if this parameter is omitted in such a case, an error results.
None
2user_app.classpath_dirSpecifies the path of the directory storing the class file for the class specified in the user_app.classname parameter or the path of the jar file.#1, #2
For the path, specify an absolute path or a path relative to the working directory.
You can specify only one path in this parameter.
When you use in-process connection, this parameter is mandatory; if this parameter is omitted in such a case, an error results.
None
#1
For standard adaptors, the value is fixed. Specify the following value:
user_app.classname=jp.co.Hitachi.soft.sdp.adaptor.AdaptorManager
user_app.classpath_dir=installation-directory\\lib\\sdp.jar
#2
If the path specified in the SDP_CLASS_PATH parameter in the JavaVM options file for SDP servers contains a jar file, that jar file takes precedence.
If a user-created in-process-connection adaptor is to reference a path other than the class path specified in this parameter, specify that path in the SDP_CLASS_PATH parameter in the JavaVM options file for SDP servers. Note that the path specified in the SDP_CLASS_PATH parameter in the JavaVM options file for SDP servers is read only when the SDP server starts. Therefore, if you make a change to the path value or the contents of the jar file after the SDP server has started, that change will not take effect.