Author: brett
Date: Tue Jun 10 04:58:02 2008
New Revision: 666080

URL: http://svn.apache.org/viewvc?rev=666080&view=rev
Log:
[MRM-760] set JSW to auto-restart if it crashes or hangs

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=666080&r1=666079&r2=666080&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Tue Jun 10 04:58:02 2008
@@ -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>


Reply via email to