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 on the network. Start LicenseServer as a daemon with the following command:
sudo systemctl start licenseserver
If at any time you need to stop LicenseServer, replace start with stop in the command above. For example:
sudo systemctl stop licenseserver
Start RaptorXML+XBRL Server
Start RaptorXML+XBRL Server as a daemon with the following command:
sudo systemctl start raptorxmlxbrlserver
If at any time you need to stop RaptorXML+XBRL Server, replace start with stop in the command above. For example:
sudo systemctl stop raptorxmlxbrlserver
Check status of daemons
To check if a daemon is running, run the following command, replacing <servicename> with the name of the daemon you want to check:
sudo service <servicename> status