Windows Configuration
It is possible to install EFTLink Rest API as a windows service, using a third-party wrapper. EFTLink is distributed with a version of Tanuki Software Limited Java Service Wrapper.
Follow the steps below on how to configure EFTLink to run as a Windows service.
-
Install the Service.
-
Open a command terminal.
- Navigate to the <eftlink installation directory> directory.
-
To install EFTLink Rest API as a window service, enter
eftlink-rest-api install
. -
If there are problems during installation, you can remove the service by entering
eftlink-rest-api remove
. This may be necessary if the service is previously installed in a different folder. The service can then be reinstalled at the correct location by enteringeftlink-rest-api install
. -
Once installed, the service can be started and stopped from a command line:
eftlink-rest-api start
eftlink-rest-api stop
-
The service can also be controlled from the Windows Services Control Panel applet (Rest API).
-
-
Examine the log file Wrapper.log.
-
The log file can be found in in <eftlink installation directory>\log and is called
eftlink-rest-api_wrapper.log
. -
Installing, starting the service, stopping the service, and uninstalling the service are all briefly logged in
eftlink_wrapper.log
. This can be used to diagnose any problems.
-