I am facing a problem with JVM and DNS.
Everything I\'m reading (including the docs and this) says that I can disable JVM DNS caching using networkaddress.cache.tt
networkaddress.cache.tt
I think I've run into this problem, or a very similar one. What I did then was to implement my own DNS provider for the JVM, see how to change the java dns service provider for details. You can use the dnsjava mentioned there or roll your own.