Last active
December 23, 2015 08:29
-
-
Save marcosvidolin/6608136 to your computer and use it in GitHub Desktop.
Jetty - specifying a port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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