How to start Jetty 9 on a custom port ?

By default, Jetty 9 starts on port 8080. If you want to change it add jetty.port argument to Jetty start command:
java -jar start.jar jetty.port=80

In the above example Jetty starts on port 80.

0 comments :: How to start Jetty 9 on a custom port ?

Post a Comment