Changeset 20901 for gsdl


Ignore:
Timestamp:
2009-11-04T13:02:21+13:00 (14 years ago)
Author:
ak19
Message:

Silly mistakes in the display that I introduced during the previous commit. Corrected now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/gs2-server.bat

    r20896 r20901  
    133133   echo.
    134134   echo Server log messages go to:
    135    echo    $GSDLHOME/etc/logs-gsi/server.log
     135   echo    %GSDLHOME%\etc\logs-gsi\server.log
    136136   echo.
    137137   echo Using Apache web server located at:
    138    echo    $GSDLHOME/apache-httpd/$GSDLOS/bin/httpd
     138   echo    %GSDLHOME%\apache-httpd\%GSDLOS%\bin\httpd
    139139   echo The Apache error log is at:
    140    echo    $GSDLHOME/apache-httpd/$GSDLOS/logs/error_log
     140   echo    %GSDLHOME%\apache-httpd\%GSDLOS%\logs\error_log
    141141   echo The Apache configuration file template is at:
    142    echo    $GSDLHOME/apache-httpd/$GSDLOS/conf/httpd.conf.in
     142   echo    %GSDLHOME%\apache-httpd\%GSDLOS%\conf\httpd.conf.in
    143143   echo This is used to generate:
    144    echo    $GSDLHOME/apache-httpd/$GSDLOS/conf/httpd.conf
     144   echo    %GSDLHOME%\apache-httpd\%GSDLOS%\conf\httpd.conf
    145145   echo    each time Enter Library is pressed or otherwise activated.
    146146   echo ***************************************************************
Note: See TracChangeset for help on using the changeset viewer.