Start LicenseServer, RaptorXML+XBRL Server
Start Altova LicenseServer and RaptorXML+XBRL Server either as root user or a user with sudo privileges.
Start LicenseServer
To correctly register and license RaptorXML+XBRL Server with LicenseServer, LicenseServer must be running as a daemon. Start LicenseServer as a daemon with the following command:
sudo launchctl load /Library/LaunchDaemons/com.altova.LicenseServer.plist
If at any time you need to stop LicenseServer, replace load with unload in the command above.
Start RaptorXML+XBRL Server
RaptorXML+XBRL Server server daemon starts automatically after installation and a re-boot of the machine. You can start RaptorXML+XBRL Server as a daemon with the following command:
sudo launchctl load /Library/LaunchDaemons/com.altova.RaptorXMLXBRLServer.plist
If at any time you need to stop RaptorXML+XBRL Server, use the following command:
sudo launchctl unload /Library/LaunchDaemons/com.altova.RaptorXMLXBRLServer.plist