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
Just for completeness on jetty 7 you can use this:
java -jar start.jar --module=http jetty.port=9080