playframework - play - "Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000" -


why kind of address listening http on /0:0:0:0:0:0:0:0%0:9000 is? expected output? shouldn't localhost printed instead? except weird console output everythign works fine. running play framework 2.1.1 on osx.

that ipv6 unspecified address means listen on addresses, including localhost address.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -