You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@locus.apache.org on 2000/02/10 10:32:22 UTC

cvs commit: jakarta-tomcat/src/shell tomcat.bat

rubys       00/02/10 01:32:22

  Modified:    src/shell tomcat.bat
  Log:
  message cleanup
  
  Revision  Changes    Path
  1.10      +6 -6      jakarta-tomcat/src/shell/tomcat.bat
  
  Index: tomcat.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tomcat.bat	2000/01/27 01:24:51	1.9
  +++ tomcat.bat	2000/02/10 09:32:22	1.10
  @@ -1,5 +1,5 @@
   @echo off
  -rem $Id: tomcat.bat,v 1.9 2000/01/27 01:24:51 costin Exp $
  +rem $Id: tomcat.bat,v 1.10 2000/02/10 09:32:22 rubys Exp $
   rem A batch file to start/stop tomcat server.
   
   rem This batch file written and tested under Windows NT
  @@ -29,11 +29,11 @@
   if "%1" == "env" goto setupEnv
   
   echo Usage:
  -echo "tomcat (start|run|env|stop)"
  -echo "        start - start tomcat in a separate window"
  -echo "        run   - start tomcat in the current window"
  -echo "        env   - setup the environment for tomcat"
  -echo "        stop  - stop tomcat"
  +echo tomcat (start^|run^|env^|stop)
  +echo         start - start tomcat in a separate window
  +echo         run   - start tomcat in the current window
  +echo         env   - setup the environment for tomcat
  +echo         stop  - stop tomcat
   goto cleanup
   
   :startServer