You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2008/06/10 13:57:24 UTC

svn commit: r666078 - /continuum/trunk/continuum-jetty/pom.xml

Author: brett
Date: Tue Jun 10 04:57:23 2008
New Revision: 666078

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

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

Modified: continuum/trunk/continuum-jetty/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-jetty/pom.xml?rev=666078&r1=666077&r2=666078&view=diff
==============================================================================
--- continuum/trunk/continuum-jetty/pom.xml (original)
+++ continuum/trunk/continuum-jetty/pom.xml Tue Jun 10 04:57:23 2008
@@ -197,6 +197,18 @@
                       <name>wrapper.app.parameter.3</name>
                       <value>%APP_BASE%/conf/jetty-logging.xml</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>