With Play 2.2.x I could set the default port with build.sbt file i.e:
Build.sbt play.Project.playScalaSettings
play.Project.playDefaultPort := 9001
After 2.3.x upgrade play.Project.playDefaultPort
does not exists any more.
I do not want to type-Dhttp.port=9001
or run 9001