Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active December 23, 2015 08:29
Show Gist options
  • Save marcosvidolin/6608136 to your computer and use it in GitHub Desktop.
Save marcosvidolin/6608136 to your computer and use it in GitHub Desktop.
Jetty - specifying a port
// para subir o jetty numa determinada porta via linha de comando
mvn -Djetty.port=9999 jetty:run
// para subir o jetty numa determinada porta via Goals (Eclipse)
jetty:stop -Djetty.port=8080 jetty:run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment