You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2002/01/03 01:56:42 UTC

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

craigmcc    02/01/02 16:56:42

  Modified:    tester/src/bin tester.xml
  Log:
  Default home page is now "index.jsp" instead of "index.html", so update the
  test accordingly.
  
  Revision  Changes    Path
  1.82      +1 -1      jakarta-tomcat-4.0/tester/src/bin/tester.xml
  
  Index: tester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/src/bin/tester.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- tester.xml	21 Dec 2001 19:15:38 -0000	1.81
  +++ tester.xml	3 Jan 2002 00:56:42 -0000	1.82
  @@ -24,7 +24,7 @@
   
       <!-- Should be able to see the home page -->
       <tester host="${host}" port="${port}" protocol="${protocol}"
  -         request="/index.html" debug="${debug}"
  +         request="/index.jsp" debug="${debug}"
             status="200"/>
   
       <!-- Should be able to use relative path to document root -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>