Ignore:
Timestamp:
2009-08-28T22:00:37+12:00 (15 years ago)
Author:
ak19
Message:

Server.jar calls for a server stop and then a start when it the Enter Library button in the GSI is pressed. The server stop causes a dialog to display indicating that the server was never previously running. This is annoying. At present gsicontrol's stop target is set to run silently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/gsicontrol.bat

    r20338 r20435  
    9696:stop
    9797:stoptest
    98 if exist "%GSDLHOME%\apache-httpd\%GSDLOS%\conf\httpd.conf" "%GSDLHOME%\bin\windows\stophttpd.exe" %GS2_APACHE_HTTPD_SIGNAL%
     98if exist "%GSDLHOME%\apache-httpd\%GSDLOS%\conf\httpd.conf" "%GSDLHOME%\bin\windows\stophttpd.exe" %GS2_APACHE_HTTPD_SIGNAL% SILENT
    9999if "%target%" == "web-stop-tested" goto exit
    100100echo %MONITOR_SUCCESS%
Note: See TracChangeset for help on using the changeset viewer.