79244493

Date: 2024-12-02 14:49:22
Score: 0.5
Natty:
Report link

With Tomcat >= 8.5, there is another solution in server.xml:

   <Service name="Catalina" gracefulStopAwaitMillis="60000">

References : doc, difference with unloadDelay

(on this subject, see also bindOnInit="false" which makes Tomcat release the connector port sooner than later)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pascal Pixel Rigaux