From: Brett Porter Date: Tue, 10 Jun 2008 11:58:02 +0000 (+0000) Subject: [MRM-760] set JSW to auto-restart if it crashes or hangs X-Git-Tag: archiva-r676265~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=895a09df7f5b2840817b889ece9a13a9e8c6ff9c;p=archiva.git [MRM-760] set JSW to auto-restart if it crashes or hangs git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@666080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 4c27e7992..b73cc4d2b 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -186,6 +186,18 @@ app.base.envvar ARCHIVA_BASE + + wrapper.on_exit.default + RESTART + + + wrapper.on_exit.0 + SHUTDOWN + + + wrapper.restart.delay + 30 +