Change Jetty default port

前端 未结 10 1225
野性不改
野性不改 2020-12-29 04:15

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

10条回答
  •  北海茫月
    2020-12-29 05:01

    Just for completeness on jetty 7 you can use this:

    java -jar start.jar --module=http jetty.port=9080
    

提交回复
热议问题