From 983503291bc6615924ecfb8d80791f8369cfd7be Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 May 2007 16:44:01 +0000
Subject: [PATCH] Add the option -Xrs to java when we start the server as a service.  This is required to avoid the server to be shutdown when is run as a service and the user logs off. 

---
 opendj-sdk/opends/resource/bin/status-panel.bat |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/resource/bin/status-panel.bat b/opendj-sdk/opends/resource/bin/status-panel.bat
index 67c3955..a82ba38 100644
--- a/opendj-sdk/opends/resource/bin/status-panel.bat
+++ b/opendj-sdk/opends/resource/bin/status-panel.bat
@@ -49,6 +49,7 @@
 :noSetJavaHome
 echo Error: JAVA_HOME environment variable is not set.
 echo        Please set it to a valid Java 5 installation.
+pause
 goto end
 
 :setClassPath

--
Gitblit v1.10.0