We have a very strange problem on a newly installed Windows XP machine. For some reason when DNSClient service is running, it wont resolve any entries in the windows/system32/drivers/etc/hosts file. When its turned off it resolves them, but then the service locator lookups we do for EJB's takes to long and it times out. Is there any way we could have the DNSClient running and have it resolve host file entries?

link|improve this question
feedback

migrated from stackoverflow.com Mar 7 '11 at 13:17

This question came from our site for professional and enthusiast programmers.

1 Answer

Maybe the filename should be "hosts" ? Here http://technet.microsoft.com/en-us/library/bb727005.aspx is some ideas abuot flushing the dns cache etc

link|improve this answer
misspelt, it is hosts. – Gerrie Mar 7 '11 at 10:17
feedback

Your Answer

 
or
required, but never shown