mcardle 2005/10/17 17:05:05 CEST
Modified files:
core/src/scripts jahia.bat shutdown.bat
Log:
* moved ESI param reset to shutdown process
Revision Changes Path
1.8 +0 -1 jahia/core/src/scripts/jahia.bat
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/scripts/jahia.bat.diff?r1=1.7&r2=1.8&f=h
1.2 +1 -0 jahia/core/src/scripts/shutdown.bat
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/scripts/shutdown.bat.diff?r1=1.1&r2=1.2&f=h
Index: jahia.bat
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/scripts/jahia.bat,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jahia.bat 17 Oct 2005 10:01:26 -0000 1.7
+++ jahia.bat 17 Oct 2005 15:05:05 -0000 1.8
@@ -1,7 +1,6 @@
@echo off
echo Checking environment...
set BINDIR=%CD%
-set ESI_MODE=OFF
if not EXIST %CD%\..\jre\jre\bin\java.exe goto nojre
echo JRE found, setting JAVA_HOME to point to JRE...
set JAVA_HOME=%CD%\..\jre\jre
Index: shutdown.bat
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/scripts/shutdown.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shutdown.bat 30 Mar 2004 14:13:17 -0000 1.1
+++ shutdown.bat 17 Oct 2005 15:05:05 -0000 1.2
@@ -1,4 +1,5 @@
@echo off
+set ESI_MODE=OFF
echo Checking environment...
if not EXIST %CD%\..\jre\jre\bin\java.exe goto nojre
echo JRE found, setting JAVA_HOME to it.