vmassol     01/05/02 08:17:43

  Modified:    cactus/conf/sample/build/servlet22 build-tests.xml
               cactus/conf/sample/build/servlet23 build-tests.xml
  Log:
  modified test URL for starting serves after applying the patch from Arun Katkere (in 
order to prevent the "connexion reset by peer" error message when the connection is 
broken without reading the requested URL."). It is now important that the test URL 
effectively returns something ...
  
  Revision  Changes    Path
  1.2       +5 -5      
jakarta-commons/cactus/conf/sample/build/servlet22/build-tests.xml
  
  Index: build-tests.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build-tests.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-tests.xml   2001/04/09 11:52:27     1.1
  +++ build-tests.xml   2001/05/02 15:17:38     1.2
  @@ -49,7 +49,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_resin_12"
               stopTarget="stop_resin_12"
               testTarget="tests"/>
  @@ -157,7 +157,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_tomcat_32"
               stopTarget="stop_tomcat_32"
               testTarget="tests"/>
  @@ -266,7 +266,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_orion_14"
               stopTarget="stop_orion_14"
               testTarget="tests"/>
  @@ -373,7 +373,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_weblogic_51"
               stopTarget="stop_weblogic_51"
               testTarget="tests"/>
  @@ -423,7 +423,7 @@
                   <pathelement location="${weblogic.home.51}/lib/weblogicaux.jar"/>
               </classpath>
   
  -            <arg value="t3://localhost:8080"/>
  +            <arg value="t3://localhost:8080/test"/>
               <arg value="SHUTDOWN"/>
               <arg value="system"/>
               <arg value="password"/>
  
  
  
  1.2       +2 -2      
jakarta-commons/cactus/conf/sample/build/servlet23/build-tests.xml
  
  Index: build-tests.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet23/build-tests.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-tests.xml   2001/04/09 11:52:28     1.1
  +++ build-tests.xml   2001/05/02 15:17:41     1.2
  @@ -46,7 +46,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_resin_13"
               stopTarget="stop_resin_13"
               testTarget="tests"/>
  @@ -154,7 +154,7 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:8080";
  +        <runservertests testURL="http://localhost:8080/test";
               startTarget="start_tomcat_40"
               stopTarget="stop_tomcat_40"
               testTarget="tests"/>
  
  
  

Reply via email to