I'm using GSLB APP for geo-distribution and load-balancing.
The APP is Apache --> Tomcat througth mod_jk in workers.properties I have some like this:
worker.balancing.port=8009
worker.balancing.host=tomcats8009.gslb.domain.com
worker.balancing.type=ajp13
worker.balancing.socket_timeout=5
If Tomcat GSLB (tomcats8009.gslb.domain.com) changes from IP x.x.x.x to another IP y.y.y.y, the dns resolution seems to be cached by the connector mod_jk and the request are still asking to x.x.x.x .
For solving I have to make "reload" to renew the resolution y.y.y.y.
Any idea? is there any kind of DNS caching in Apache or mod_jk connector? solutions?
Thanks.
Regards.