Is there way I can find out whether DNS caching is being done in client application side or not. The issue is that there was a fail-over of the servers but the application was still pointing to old IPs and we confirmed that nslookup on Unix was giving correct IP.
We have correct networkaddress.cache.ttl value in JAVA properties file java.securities.
The client is making remote calls using EJB.
I want to know if I can find out if the Java application/JVM is refreshing cache every TTL seconds or not.