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? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -