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
Post a Comment