Starting and Stopping Services (macOS)
To start the FlowForce Server service:
sudo launchctl load /Library/LaunchDaemons/com.altova.FlowForceServer.plist |
To start the FlowForce Web Server service:
sudo launchctl load /Library/LaunchDaemons/com.altova.FlowForceWebServer.plist |
To stop the FlowForce Server service:
sudo launchctl unload /Library/LaunchDaemons/com.altova.FlowForceServer.plist |
To stop the FlowForce Web Server service:
sudo launchctl unload /Library/LaunchDaemons/com.altova.FlowForceServer.plist |