Jetty default port is 8080, but I want to change to default port to some other port (9999).
I read a few tutorials and they said almost all of configuration informa
Update:
On Jetty 9.x, jetty.port has been deprecated and you can use jetty.http.port instead, as shown below:
jetty.port
jetty.http.port
$> cd $JETTY_HOME && java -jar start.jar -Djetty.http.port=8080