Change Jetty default port

前端 未结 10 1223
野性不改
野性不改 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 04:58

    I changed the port successfully, you can try to edit jetty.port in the file located at $Jetty_home/start.d/http.ini.

提交回复
热议问题