Is it possible to start play framework 2.3 on localhost ? I have tried
./activator run -Dhttp.address=127.0.0.1 -Dhttp.port=9007
./activator run -Dhttp.address=localhost -Dhttp.port=9007 # From
another stackoverflow thread ./activator start -Dhttp.address=127.0.0.1 -Dhttp.port=9007
But nothing works everytime I am receiving
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9007
related thread Force Play Framework to listen on localhost only