You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/08/09 13:39:16 UTC

svn commit: r1512266 - /directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf

Author: pamarcelot
Date: Fri Aug  9 11:39:16 2013
New Revision: 1512266

URL: http://svn.apache.org/r1512266
Log:
Fix for DIRSERVER-1880 (ApacheDS failed to start on boot).

Modified:
    directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf

Modified: directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf?rev=1512266&r1=1512265&r2=1512266&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf (original)
+++ directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/wrapper-installation.conf Fri Aug  9 11:39:16 2013
@@ -78,7 +78,13 @@ wrapper.logfile.maxfiles=5
 # Log Level for sys/event log output.  (See docs for log levels)
 wrapper.syslog.loglevel=NONE
 
-# Increasing the ping time out in order to let the server start
+# Number of seconds to allow between the time that the Wrapper 
+#  launches the JVM process and the time that the JVM side of the 
+#  Wrapper responds that the application has started.
+wrapper.startup.timeout=120
+
+# Number of seconds to allow between the Wrapper pinging the JVM and 
+#  the response from the JVM.
 wrapper.ping.timeout=240
 
 #********************************************************************