At server startup, is it possible to configure tomcat to not open it's
http ports so early?
By default the server starts to receive http requests quite long before
initialization is complete. These requests are held open until the
server is ready to respond, and then the response is sent.
In my case this behavior is not desirable, I would like the server to be
fully ready and warmed up before the http port is actually opened for
requests.
The reason is the server is part of a load balanced pool, and if the
load balancer detects a just-started server too early, users will
experience unacceptably long response times.
Cheers,
/j
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org