You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/03/15 21:28:28 UTC

cvs commit: jakarta-tomcat/src/admin index.html

larryi      01/03/15 12:28:28

  Modified:    src/admin index.html
  Log:
  Add the required "run" to the commands.
  
  Revision  Changes    Path
  1.4       +4 -4      jakarta-tomcat/src/admin/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html	2001/02/10 19:08:14	1.3
  +++ index.html	2001/03/15 20:28:26	1.4
  @@ -53,10 +53,10 @@
   You can also do that by running the command:
   <pre>
   Unix:
  -$TOMCAT_HOME/bin/tomcat.sh -enableAdmin
  +$TOMCAT_HOME/bin/tomcat.sh run -enableAdmin
   
   DOS:
  -%TOMCAT_HOME%\bin\tomcat.bat -enableAdmin
  +%TOMCAT_HOME%\bin\tomcat.bat run -enableAdmin
   
   Java2:
   java -jar lib/tomcat.jar -enableAdmin
  @@ -74,10 +74,10 @@
   You can do both by running the command:
   <pre>
   Unix:
  -$TOMCAT_HOME/bin/tomcat.sh -enableAdmin password
  +$TOMCAT_HOME/bin/tomcat.sh run -enableAdmin password
   
   DOS:
  -%TOMCAT_HOME%\bin\tomcat.bat -enableAdmin password
  +%TOMCAT_HOME%\bin\tomcat.bat run -enableAdmin password
   
   Mac,Netware: 
   ???