aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-jetty')
-rw-r--r--archiva-jetty/pom.xml12
1 files changed, 12 insertions, 0 deletions
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 @@
<name>app.base.envvar</name>
<value>ARCHIVA_BASE</value>
</property>
+ <property>
+ <name>wrapper.on_exit.default</name>
+ <value>RESTART</value>
+ </property>
+ <property>
+ <name>wrapper.on_exit.0</name>
+ <value>SHUTDOWN</value>
+ </property>
+ <property>
+ <name>wrapper.restart.delay</name>
+ <value>30</value>
+ </property>
</configuration>
</generatorConfiguration>
</generatorConfigurations>