How to change the http port for play framework 2.4.1?

前端 未结 5 1995
我寻月下人不归
我寻月下人不归 2021-01-14 15:11

I come from a play 1.2.7 application and currently getting started with play framework 2.4.1 and scala. For a start I use the activator web ui to manage applications and the

5条回答
  •  滥情空心
    2021-01-14 15:46

    Just a short note concerning the run command (tested with Play! 2.4):

    At least on Windows activator run -Dhttp.port=80 does NOT work, but activator (hit enter) and then run -Dhttp.port=80 works

提交回复
热议问题