[
https://issues.apache.org/jira/browse/MEECROWAVE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg updated MEECROWAVE-60:
------------------------------------
Description:
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.
We should do a kill -2 and only do a fallback to kill -9 in case the server
hangs after a few retries.
was:
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.
> 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.
> We should do a kill -2 and only do a fallback to kill -9 in case the server
> hangs after a few retries.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)