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
For SSL port you can pass the param:
-Dssl.port=8445
It worked for me.