examples/tomcat6/apache-tomcat-6.0.35-src/bin/startup.bat
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    16 
    16 
    17 if "%OS%" == "Windows_NT" setlocal
    17 if "%OS%" == "Windows_NT" setlocal
    18 rem ---------------------------------------------------------------------------
    18 rem ---------------------------------------------------------------------------
    19 rem Start script for the CATALINA Server
    19 rem Start script for the CATALINA Server
    20 rem
    20 rem
    21 rem $Id: startup.bat,v 1.4 2015-01-28 02:10:53 vrany Exp $
    21 rem $Id: startup.bat,v 1.5 2015-03-20 12:08:03 vrany Exp $
    22 rem ---------------------------------------------------------------------------
    22 rem ---------------------------------------------------------------------------
    23 
    23 
    24 rem Guess CATALINA_HOME if not defined
    24 rem Guess CATALINA_HOME if not defined
    25 set "CURRENT_DIR=%cd%"
    25 set "CURRENT_DIR=%cd%"
    26 if not "%CATALINA_HOME%" == "" goto gotHome
    26 if not "%CATALINA_HOME%" == "" goto gotHome