You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/09/01 08:35:00 UTC

[jira] [Created] (MEECROWAVE-60) do a more graceful shutdown in meecrowave.sh

Mark Struberg created MEECROWAVE-60:
---------------------------------------

             Summary: do a more graceful shutdown in meecrowave.sh
                 Key: MEECROWAVE-60
                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-60
             Project: Meecrowave
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.0


The meecrowave.sh script currently does a kill -9 to stop tomcat.

This is the same as the catalina.sh script does it, but I find that way pretty rude.
Think they also changed that to kill -0 and only do a fallback to kill -9 in case the server hangs.

We should pimp our script to do something similar.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)