Zitat (fvangestel)
i can't get the Java Server running. I get the following error on executing
java -Dfile.encoding=UTF-8 -jar ilServer.start
This is not the correct command to start ilServer. The correct command should look something like this (the exact arguments depend on your environment):
/usr/bin/java -Dfile.encoding=UTF-8 -jar <path-to-ilias>/Services/WebServices/RPC/lib/ilServer.jar <path-to-ilserver-configuration-file> start
You probably want to start it as a systemd service though. See the documentation for more information and an example systemd service definition:
https://docu.ilias.de/goto_docu_lm_367.html#configure-ilias-java-rpc-server-optional