Java DNS logger
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