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/13 03:58:55 UTC

cvs commit: jakarta-tomcat/src/etc test-tomcat.xml

rubys       00/02/12 18:58:55

  Modified:    src/etc  test-tomcat.xml
  Log:
  Convert to the new (j2ee-less) shell
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat/src/etc/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/test-tomcat.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test-tomcat.xml	2000/01/26 22:59:59	1.2
  +++ test-tomcat.xml	2000/02/13 02:58:55	1.3
  @@ -579,7 +579,7 @@
   
   
      <target name="startup">
  -     <java class="org.apache.tomcat.shell.Startup" args="" />
  +     <java class="org.apache.tomcat.startup.Tomcat" args="" />
      </target>
   
   
  @@ -588,7 +588,7 @@
   
   
      <target name="shutdown">
  -     <java class="org.apache.tomcat.shell.Startup" args="" />
  +     <java class="org.apache.tomcat.startup.Tomcat" args="-stop" />
      </target>