This commit is contained in:
mrbesen 2017-05-20 15:27:46 +02:00
parent 62c7bfe72c
commit 9a19bb7152
1 changed files with 2 additions and 1 deletions

View File

@ -12,9 +12,10 @@ ctl + c to stop
## Start a Server ## Start a Server
``` ```
java -jar Server.jar [classname] java -jar Server.jar [c:classname] [p:port]
``` ```
classname default to "Test" and is the class thats loaded to generate Jobs. classname default to "Test" and is the class thats loaded to generate Jobs.
port defaults to "5454".
to stop enter "stop" into the console. to stop enter "stop" into the console.
Force Stop: ctl + c Force Stop: ctl + c