larryi      01/09/09 15:00:45

  Modified:    src/shell tomcat.bat
  Log:
  Improve error message if "/lib/tomcat.jar" can't be found.
  
  Revision  Changes    Path
  1.44      +3 -2      jakarta-tomcat/src/shell/tomcat.bat
  
  Index: tomcat.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.bat,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- tomcat.bat        2001/09/01 21:02:03     1.43
  +++ tomcat.bat        2001/09/09 22:00:45     1.44
  @@ -29,7 +29,7 @@
   rem         Tomcat, refer to the Tomcat Users Guide (tomcat_ug.html found
   rem         in the "doc" directory.
   rem
  -rem $Id: tomcat.bat,v 1.43 2001/09/01 21:02:03 larryi Exp $
  +rem $Id: tomcat.bat,v 1.44 2001/09/09 22:00:45 larryi Exp $
   rem -------------------------------------------------------------------------
   
   
  @@ -77,7 +77,8 @@
   :gotTcInstall
   if exist "%TOMCAT_INSTALL%\lib\tomcat.jar" goto okTcInstall
   echo "%TOMCAT_INSTALL%\lib\tomcat.jar" not found.
  -echo Unable to locate "lib\tomcat.jar", check the value of TOMCAT_INSTALL.
  +echo Unable to locate "lib\tomcat.jar", check the value of TOMCAT_HOME and/or
  +echo     TOMCAT_INSTALL.
   goto cleanup
   :okTcInstall
   
  
  
  

Reply via email to