larryi      01/10/21 10:34:12

  Modified:    src/shell tomcat.bat
  Log:
  Update to usage info.
  
  Revision  Changes    Path
  1.45      +13 -9     jakarta-tomcat/src/shell/tomcat.bat
  
  Index: tomcat.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.bat,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- tomcat.bat        2001/09/09 22:00:45     1.44
  +++ tomcat.bat        2001/10/21 17:34:12     1.45
  @@ -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.44 2001/09/09 22:00:45 larryi Exp $
  +rem $Id: tomcat.bat,v 1.45 2001/10/21 17:34:12 larryi Exp $
   rem -------------------------------------------------------------------------
   
   
  @@ -115,14 +115,18 @@
   echo "Usage:  tomcat (  enableAdmin | env | estart | jspc | run | start | stop )"
   echo Commands:
   echo   enableAdmin - Trust the admin web application,
  -echo                 i.e. rewrites conf/apps-admin.xml with trusted="true"
  -echo   env -   Set up environment variables that Tomcat would use
  -echo   estart - Start Tomcat using the/your EmbeddedTomcat class which
  -echo            uses a hardcoded set of modules
  -echo   jspc -  Run JSPC in Tomcat's environment
  -echo   run -   Start Tomcat in the current window
  -echo   start - Start Tomcat in a separate window
  -echo   stop -  Stop Tomcat
  +echo                   i.e. rewrites conf/apps-admin.xml with trusted="true"
  +echo   env         - Set up environment variables that Tomcat would use
  +echo   estart      - Start Tomcat using the/your EmbeddedTomcat class which
  +echo                   uses a hardcoded set of modules
  +echo   jspc        - Run JSPC in Tomcat's environment
  +echo   run         - Start Tomcat in the current window
  +echo   run -help   - more options (usable with "start" as well):
  +echo                   (config, debug, estart, home, install, jkconf, sandbox)
  +echo   start       - Start Tomcat in a separate window
  +echo   stop        - Stop Tomcat
  +echo   stop -help  - more options:
  +echo                   (ajpid, host, home, pass, port)
   goto cleanup
   
   :startServer
  
  
  


Reply via email to