#!/bin/bash # # (c) https://github.com/MontiCore/monticore # # The license generally applicable for this project # can be found under https://github.com/MontiCore/monticore. # source ./config.sh echo "Starting RMIModelServer on port $PORT with Autopilot folder: $AUTOPILOT_FOLDER" # java "-Djava.rmi.server.codebase=file:rmi-model-server.jar" "-Djava.rmi.server.hostname=localhost" -cp rmi-model-server.jar rwth.rmi.model.server.RMIServer $PORT $AUTOPILOT_FOLDER --no-zookeeper os=linux no_time java "-Djava.rmi.server.hostname=localhost" -jar rmi-model-server.jar port=$PORT autopilots_folder=$AUTOPILOT_FOLDER no-zookeeper default_config os=linux no_time