From 3af4e07c6abfeb03d2746d12ba6df258e8da8ce4 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. 

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

diff --git a/opends/resource/bin/status-panel.bat b/opends/resource/bin/status-panel.bat
index 67c3955..a82ba38 100644
--- a/opends/resource/bin/status-panel.bat
+++ b/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