I would like to run GaphDB in Windows as a service to hide the log events and makes sure it will start automatically when the server is restarted.
What is the best/easy way to start GraphDB as a Service?
Tks
The easiest way to register GraphDB as windows service (as mentioned above) is :
Download the latest release of NSSM - http://nssm.cc/download .
Unzip it .
Open command prompt ( right click cmd - run as administrator).
Go to nssm's folder ( e.g. C:\Users\onto\Downloads\nssm-2.24\nssm-2.24\win64 ).
Run nssm install your_desired_service_name . This will open GUI, when you are able to point to graphdb.cmd file .
Now you are able to control graphdb through windows service console .