Solved
How run the Apache Zookeeper server as Background service in Windows
- October 21, 2019
- 1 reply
- 4443 views
Hi,
I am making Thingworx HA.
I was able to run the Zookeeper server from command prompt on Windows.
I would like to run as a background service instead and also start automatically without start manually or Login system.
I was able to create the service using below command.
sc.exe create ZookeeperService binPath= “C:\zookeeper\apache-zookeeper-3.5.5\bin\zkServer.cmd
Service is created but it is not started and an the getting error. Please refer the attached screenshot
Could you please help on how to run background service.
Thank you in Advance.
Latha

