Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] How to gracefully stop jetty using init.d bin/jetty.sh script

Greetings,

What is the best / common way to handle gracefully shutting down jetty when using bin/jetty.sh as an init.d script?

Currently, it seems to just kill the jetty process on stop, which does not allow webapps in the container to actually complete shutdown...

etc/jetty.xml's stopTimeout param seems to have no effect here, and the older graceful* params no longer seem to exist (is that correct?)

Thanks,
     Aaron

Back to the top