Changeset 20639 for gsdl/trunk/gsicontrol.bat
- Timestamp:
- 2009-09-18T20:23:46+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/gsicontrol.bat
r20637 r20639 91 91 :: then we start up apache-httpd and pass the signal that the stop command will respond to 92 92 START "%GSDLHOME%\apachectl" "%GSDLHOME%\bin\windows\starthttpd.exe" %GS2_APACHE_HTTPD_SIGNAL% "%GSDLHOME%\apache-httpd\windows\bin\httpd.exe" 93 echo %MONITOR_SUCCESS% 93 :: if the return value is >= 0, it's succeeded: 94 if ERRORLEVEL 0 (echo %MONITOR_SUCCESS%) else (echo %MONITOR_FAILED%) 94 95 echo %MONITOR_FINISHED% 95 96 goto exit … … 99 100 if exist "%GSDLHOME%\apache-httpd\%GSDLOS%\conf\httpd.conf" "%GSDLHOME%\bin\windows\stophttpd.exe" %GS2_APACHE_HTTPD_SIGNAL% SILENT 100 101 if "%target%" == "web-stop-tested" goto exit 101 echo %MONITOR_SUCCESS% 102 :: if the return value is >= 0, it's succeeded: 103 if ERRORLEVEL 0 (echo %MONITOR_SUCCESS%) else (echo %MONITOR_FAILED%) 102 104 echo %MONITOR_FINISHED% 103 105 goto exit
Note:
See TracChangeset
for help on using the changeset viewer.