Starting the services
On most variants of Linux and Microsoft Windows, the installed services are configured to start automatically. For other operating systems, you must issue commands in a terminal window.
To run the manager software manually, follow these steps after installation:
Start a terminal or command prompt window on the installation system.
Navigate to the installation directory. Then, issue the following command:
java -Djava.util.logging.config.file=logger.properties --jar RosokaServerManager.jar
The manager software then stays running in the terminal window.
To run the worker software manually, follow these steps after installation:
Start a terminal or command prompt window on the installation system.
Navigate to the installation directory. Then, issue this command:
java --Xmx4g --Djava.util.logging.config.file=logger.properties --jar RosokaServerWorker.jar
The worker software then stays running in the terminal window.