It seems that Tomcat's connectors by default start listening before the server is fully started.
The result is that in a HA setup some HTTP requests appear "hanging" for a considerable duration of time (30-60 seconds).
Is there a setting to delay binding to ports until after the web apps are started?