Command Line Service Manager Control (Preview)
* This “Preview” document is intended to provide some details into a soon to be released feature. Please keep watching for the release date.
The following command line utility can be used to automate control of the eFORMz Service Manager. This will be useful for automating backups.
java -jar Run.jar - com.minisoft.Run.manage.ServiceManagerCommand [options]
where [options] are:
- host=<host address> – default is “localhost”
- port=<port> – default is 9995
- user=<username> – Service Manager management user name
- password=<password> – Service Manager management password
- shutdown – Shut down the Service Manager
- status – Display the configured services
- startservice=<service name> – Start the named service
- stopservice=<service name> – Stop the named service