Starting and stopping the Hansoft web service

Windows

To start the web service, run the following command from a command prompt:

hpmweb --daemon-start

Tip:  Before you start the service for the first time, make sure to run the hpmweb --daemon-add command first.

To stop the web service:

hpmweb --daemon-stop

You can also start and stop the service from the Services window. See the Windows help for more information.

Tip:  Use the following command for help on each command: hpmweb --help -v.

Linux

To start the web service, run the following command from a command prompt:

./HPMWeb --daemon-start

To stop the web service:

./HPMWeb --daemon-stop