[Yanel-commits] rev 22334 - public/yanel/trunk/src/binary-dist

michi at wyona.com michi at wyona.com
Thu Feb 1 09:25:51 CET 2007


Author: michi
Date: 2007-02-01 09:25:49 +0100 (Thu, 01 Feb 2007)
New Revision: 22334

Added:
   public/yanel/trunk/src/binary-dist/start.bat
   public/yanel/trunk/src/binary-dist/stop.bat
Log:
windows scripts added

Added: public/yanel/trunk/src/binary-dist/start.bat
===================================================================
--- public/yanel/trunk/src/binary-dist/start.bat	2007-01-31 23:21:29 UTC (rev 22333)
+++ public/yanel/trunk/src/binary-dist/start.bat	2007-02-01 08:25:49 UTC (rev 22334)
@@ -0,0 +1,11 @@
+ at echo off
+
+echo "Start Yanel ..."
+
+:: Check if JAVA_HOME is set or goto end
+if not "%JAVA_HOME%" == "" goto gotJavaHome
+echo You must set JAVA_HOME to point at your Java Development Kit installation
+goto end
+:gotJavaHome
+
+apache-tomcat-5.5.20\bin\startup.bat

Added: public/yanel/trunk/src/binary-dist/stop.bat
===================================================================
--- public/yanel/trunk/src/binary-dist/stop.bat	2007-01-31 23:21:29 UTC (rev 22333)
+++ public/yanel/trunk/src/binary-dist/stop.bat	2007-02-01 08:25:49 UTC (rev 22334)
@@ -0,0 +1,11 @@
+ at echo off
+
+echo "Stop Yanel ..."
+
+:: Check if JAVA_HOME is set or goto end
+if not "%JAVA_HOME%" == "" goto gotJavaHome
+echo You must set JAVA_HOME to point at your Java Development Kit installation
+goto end
+:gotJavaHome
+
+apache-tomcat-5.5.20\bin\shutdown.bat




More information about the Yanel-commits mailing list