Start Altova LicenseServer
In order to use MobileTogether Server, it must be licensed with an Altova LicenseServer on your network. LicenseServer must be running continuously as a service in order for MobileTogether Server to run. Stopping LicenseServer will also stop MobileTogether Server. If this happens, you will need to first restart LicenseServer (how to do this is described in this chapter) and then restart the stopped MobileTogether Server (see next chapter).
Start and stop LicenseServer
Start and stop LicenseServer as follows:
You can start LicenseServer via the Altova ServiceController, which is available in the system tray.
First, click Start | All Programs | Altova LicenseServer | Altova ServiceController to start Altova ServiceController and display its icon in the system tray (see screenshot below). If you select the Run Altova ServiceController at Startup option, Altova ServiceController will start up on system start and its icon will be available in the system tray from then onwards.
To start LicenseServer, click the Altova ServiceController icon in the system tray, hover over Altova LicenseServer in the menu that pops up (see screenshot above), and then select Start Service from the LicenseServer submenu. If LicenseServer is already running, the Start Service option will be disabled.
To stop LicenseServer, select Stop Service from the LicenseServer submenu (see screenshot above).
|
To correctly register and license MobileTogether Server with LicenseServer, LicenseServer must be running as a daemon on the network. Start LicenseServer as a daemon with the following command:
If at any time you need to stop LicenseServer, replace start with stop in the above commands. For example: sudo /etc/init.d/licenseserver stop
|
To correctly register and license MobileTogether 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 above command: sudo launchctl unload /Library/LaunchDaemons/com.altova.LicenseServer.plist
|