How to configure Tomcat to bind an internal IP address to an external-facing website.
The attribute enable Lookups is set to true for the connector that is accepting requests from the external facing website. When this attribute is set to true, it enables DNS lookup, which maps the external facing website to the internal IP address. By default, DNS lookups are disabled.