In one test case, when I look at the actual IP address it returns and do
a tracert on it, I get the actual hostname, so I know it's available.
Have I configured something wrong on the server or in the JVM?
"Spud" <fa...@fkfkfkf.com> wrote in message
news:Q6qdnQeVlcM...@giganews.com...
The Javadoc says:
If the engine cannot or chooses not to resolve the hostname (to improve
performance), this method
returns the dotted-string form of the IP address.
Thus, it might just be how Jetty implements that method. Have a look at the
source code.