>>>     The problem is that jdb sends a socket out to the running 
>>> JVM. It uses the default address of "localhost", but as windows
>>> networking is a hack added at the last minute (and nothing will
>>> convince me otherwise!) this forces a DNS lookup, and hence the
>>> connection. 

I've read somewhere that if you add:

127.0.0.1       localhost

to c:/WINNT/system32/drivers/etc/HOSTS

then Windows should not call DNS lookup.

Gena

PS. But I didn't check it ...

Reply via email to