Jesper W wrote:
At server startup, is it possible to configure tomcat to not open it's http ports so early?


No mater when you initialize the http port there will be always
some potential initial startup period depending on you application,
so this is completely useless.


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.


In your situation I would make that detector to go trough an
extra step and fire an ping like request after which the
server on-line can be signaled. That would allow both
server and application readiness detection.


Regards
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to