The dm_connector_svc.properties File
The application looks for a dm_connector_svc.properties file and uses the contents to load and run a java application as a service. The service configuration is read from the file: dm_connector_svc.properties
The properties in this file and the default values provided in the case of Documaker Connector are shown in this table:
Table A-1 Connector Service Wrapper Properties
| Property Name | Description |
|---|---|
| Oracle Documaker Connector Service Wrapper Properties
Property Name Prefix: service. |
|
| .debugging | Set to one (1) to enable debug-level logging to the file dm_connector_svc-service.log. |
| .jvm.args.length | Count of service.jvm.args.# arguments. The properties starting with the service.jvm.args prefix define the parameters passed to the JVM when it is created. These are not the parameters passed to the main() function in Java (see the service.main prefix items). |
| .jvm.args.1 | First argument to the JVM. |
| .jvm.args.2 | Second argument to the JVM. |
| .startup.class | Path to the Java class which contains the main() function called to start the Java application. |
| .path | Directories prepended to the PATH for the service session. The main use of this is to define the JVM used to run the program. |
| .main.args.length |
Count of service.main.args.# arguments. The properties starting with the service.main prefix define the parameters that are passed to the Java main function. |
| .main.args.1 | First argument to the main Java class. |