Running Multiple Services
You can set up multiple copies of the executable service program, dm_connector_svc.exe, in the same directory under different names with separate properties file names and they will not interfere with one another. The different copies can run the same or different Java programs, but in this case you would set them to run Documaker Connector. You can use this to set up multiple copies of Documaker Connector running as services for different purposes and with different configurations.
To set up multiple copies, duplicate both the executable service program, dm_connector_svc.exe, and the matching properties file, dm_connector_svc.properties.
service.name=My Dmkr Connector
service.description=My second copy of the Documaker Connector
service.jvm.args.2=-Dconfig\=dmkr-ucm-conn.propertiesThe \= (backslash and equal sign) is required to preserve the = (equal sign) when the file is processed.