You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Pilho Kim <ph...@math.soongsil.ac.kr> on 2000/09/15 13:55:37 UTC

tomcat.bat of Tomcat 3.2 beta 4

Hi,

I have built Tomcat 3.2 beta 4 by executing the command

    > build 

(not build dist).  So webserver.jar and jasper.jar do not exist
in the directory  %TOMCAT_HOME%\lib.

I cannot understand the following two lines in the file tomcat.bat


     if not "%TOMCAT_HOME%" == "" goto gotTomcatHome
     set TOMCAT_HOME=.
     :gotTomcatHome
-->  if exist "%TOMCAT_HOME%\lib\webserver.jar" goto okTomcatHome
-->  echo Unable to locate webserver.jar, check the value of TOMCAT_HOME.
     goto cleanup
     :okTomcatHome



Thanks,
Kim