Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java DNS logger

843793Dec 26 2006
Hi,
I've written a small utility that in particular can help debugging DNS related problems with RMI applications.
It logs all DNS hostname and address resolutions and will show what hostnames were resolved and what hostnames couldn't be found.
This way one can see if the application attempts to connect to a host that is unavailable on its network.

It can be used with any java application (using a command line argument).
More details at http://www.genady.net/dns/ . Java 5.0+ required.

Comments are welcome,
Genady
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2007
Added on Dec 26 2006
0 comments
310 views