Skip to content

Start Stop Server (en us)

Dietmar-Franken edited this page Nov 10, 2015 · 1 revision

Executable scripts are located in mycontroller/bin/

Linux :

  • Start : ./start.sh
  • Stop : ./stop.sh

Windows :

  • Start : Double click on start.bat
  • Stop : Ctrl+C

Other Platforms :

navigate to 'mycontroller/bin/'

java -Xms8m -Xmx40m -Dlogback.configurationFile=../conf/logback.xml -Dmc.conf.file=../conf/mycontroller.properties -jar ../lib/mycontroller-standalone-0.0.1-single.jar

Clone this wiki locally