Skip to content

Instantly share code, notes, and snippets.

@elw00d
Created August 5, 2014 08:50
Show Gist options
  • Save elw00d/33b0b710f729f0fdfd09 to your computer and use it in GitHub Desktop.
Save elw00d/33b0b710f729f0fdfd09 to your computer and use it in GitHub Desktop.
Jetty start-stop sh scripts
export LC_ALL=en_US.UTF-8
nohup java -DSTOP.PORT=7575 -DSTOP.KEY=stop_jetty -Djetty.host=localhost -Djetty.port=8080 -jar start.jar &
export LC_ALL=en_US.UTF-8
java -DSTOP.PORT=7575 -DSTOP.KEY=stop_jetty -jar start.jar --stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment