You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/06/24 08:17:33 UTC

cvs commit: ws-axis/c/tests/transportAbsTest Readme_Linux.txt Readme_Windows.txt

roshan      2004/06/23 23:17:33

  Added:       c/tests/transportAbsTest Readme_Linux.txt Readme_Windows.txt
  Log:
  Readme files for the "Transport Abstraction Layer" test cases.
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/transportAbsTest/Readme_Linux.txt
  
  Index: Readme_Linux.txt
  ===================================================================
  Transport Abstraction Layer - Linux 
  
  Test cases for Apache 2.0 and Apache 1.3
  
  
  Case 1: Test all samples/tests with transport.
  
  Case 2: Test with transport not in place as specified by axiscpp.conf        
         
         Transport entry is in $AXIS_HOME/axiscpp.conf as given below 
         
         Transport_http:/usr/local/Axis/libs/libaxis_transport.so
         
         Create a temporary folder named temp in your place of choice.
         
         $ mkdir temp
               
         Move $AXIS_HOME/libs/libaxis_transport.so file to the temp directory
          
         $ mv $AXISCPP_HOME/libs/libaxis_transport.so [Place of choice]/temp/        
         
         Run the samples and test.             
  
  Case 3: Test with no transport specified in axiscpp.conf
          
         Move [Place of choice]/temp/libaxis_transport.so file back 
         to original location on $AXIS_HOME/libs/
          
         $ mv [Place of choice]/temp/libaxis_transport.so $AXISCPP_HOME/libs/ 
  
         Comment "Transport_http" in $AXIS_HOME/axiscpp.conf as follows:
         
         #Transport_http:/usr/local/Axis/libs/libaxis_transport.so
         
         Run the samples and test.
  
  
  
  1.1                  ws-axis/c/tests/transportAbsTest/Readme_Windows.txt
  
  Index: Readme_Windows.txt
  ===================================================================
  Transport Abstraction Layer - Windows 
  
  Test cases for Apache 2.0 and Apache 1.3
  
  
  Case 1: Test all samples/tests with transport.
  
  Case 2: Test with transport not in place as specified by axiscpp.conf        
         
         Create a temporary folder named temp in your place of choice.
                
         Cut the AxisTransport.dll from [APACHE_HOME]\Axis\libs\ folder and 
         place it in temp directory.             
         
         Run the samples and test.
         
  Case 3: Test with no transport specified in axiscpp.conf        
  
         Copy AxisTransport.dll from temp directory and paste AxisTransport.dll 
         in [APACHE_HOME]\Axis\libs\ folder.
  
         Comment "Transport_http" in axiscpp.conf as follows:
  
         //Transport_http:[APACHE_HOME]\Axis\libs\AxisTransport.dll
         
          Run the samples and test.