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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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