8.3 List of SDP server definition files

The table below lists and describes the SDP server definition files. For details about each file, see the section indicated in the table.

Table 8-1 List of SDP server definition files

No.ClassificationDefinition fileOverviewSection
1JavaVM start option settingsJavaVM options file for SDP servers (jvm_options.cfg)You must create this file for each working directory.
Specify in this file the JavaVM options to be used to run the SDP server. In-process-connection adaptors are run according to the options specified in this file.
8.4
2JavaVM options file for RMI connections (jvm_client_options.cfg)Only if you use RMI connection, you must create this file for each working directory or adaptor.
Specify in this file the JavaVM options to be used to run the RMI-connection adaptors.
8.5
3Operating environment property settingsSystem configuration property file (system_config.properties)You must create this file for each working directory.
Specify in this file the port number used by the SDP server and details of the API trace information and tuple logs that are to be collected.
8.6
4Query group property fileYou must create this file for each query group.
Specify in this file the path of the query definition file and tuning parameters to be used to run the query group.
8.7
5Stream property fileIf you need to specify tuning parameters for a stream in a query group, create this file for each such stream.
If this file is not created for a stream, the settings in the query group property file are used.
8.8
6In-process connection property file (user_app.adaptor-group-name-or-adaptor-name.properties)Only if you use in-process connection, you must create this file for each adaptor group in the case of using standard adaptors and for each adaptor in the case of using custom adaptors.
Specify in this file the class name of the in-process-connection adaptor(s) and the path of the jar file.
8.9
7Log file output property file (logger.properties)You create this file for each working directory. If this file is not created, the default values are used.
Specify in this file the numbers and sizes of message and trace log files.
8.10