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/10/21 07:54:59 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp winuser-guide.ihtml wininstall-guide.ihtml

roshan      2004/10/20 22:54:59

  Modified:    site/src/documentation/content/xdocs/cpp winuser-guide.ihtml
                        wininstall-guide.ihtml
  Log:
  Edited win user guide & win install guide to make them more user friendly. Changed by Rangika
  
  Revision  Changes    Path
  1.20      +3 -3      ws-axis/site/src/documentation/content/xdocs/cpp/winuser-guide.ihtml
  
  Index: winuser-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/winuser-guide.ihtml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- winuser-guide.ihtml	28 Jul 2004 04:34:28 -0000	1.19
  +++ winuser-guide.ihtml	21 Oct 2004 05:54:59 -0000	1.20
  @@ -346,7 +346,7 @@
   <br>
   &lt;requestFlow name="CalculatorHandlers"&gt
   <br>  
  -&lt;handler name="ESHHandler" type=" AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt
  +&lt;handler name="ESHHandler" type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt
   <br>
   &lt;/handler&gt
   <br>  
  @@ -354,7 +354,7 @@
   <br> 
   &lt;responseFlow name="CalculatorHandlers"&gt
   <br>      
  -&lt;handler name="ESHHandler" type=" AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt 
  +&lt;handler name="ESHHandler" type="AXIS_EXTRACT/bin/echoStringHeaderHandler.dll"&gt 
   <br>    
   &lt;/handler&gt
   <br> 
  @@ -383,7 +383,7 @@
   <br>
   &lt;requestFlow name="CalculatorHandlers"&gt 
   <br>       
  -&lt;handler name="TestHandler" type=" AXIS_EXTRACT/bin/testHandler.dll"&gt
  +&lt;handler name="TestHandler" type="AXIS_EXTRACT/bin/testHandler.dll"&gt
   <br>
   &lt;/handler&gt
   <br>  
  
  
  
  1.23      +12 -7     ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml
  
  Index: wininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- wininstall-guide.ihtml	20 Oct 2004 04:07:25 -0000	1.22
  +++ wininstall-guide.ihtml	21 Oct 2004 05:54:59 -0000	1.23
  @@ -167,14 +167,19 @@
   
   <p>STEPS:</p>
   <p>
  -1. Create a folder of your choice. We will call this folder as SIMPLE_AXIS_SERVER_FOLDER. <br> <br>
  -2. Unzip axis-c-1.1-win32.zip to a folder of your choice. Say this folder is AXIS_EXTRACT.<br> <br>
  -3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called deploy. Copy whole deploy folder to SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  +1. Create a folder of your choice. We will call this folder as SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  +2. Unzip the binary distribution to a folder of your choice. Say this folder is AXIS_EXTRACT.<br> <br>
  +3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called deploy. Copy the whole deploy folder to  SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
   4. Rename copied "deploy" folder to "Axis". Lets say this folder is AXIS_FOLDER.<br> <br>
  -5. Set environment variable AXISCPP_DEPLOY to point to the above folder.<br> <br>
  -6. Copy the SimpleAxisServer.exe from AXIS_EXTRACT/bin to the SIMPLE_AXIS_SERVER_FOLDER. <br> <br>
  -7. Copy the content of AXIS_FOLDER/lib to the SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  -8. Start the SimpleAxisServer by providing the port to which it operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80) </p>
  +5. Set environment variable AXISCPP_DEPLOY to point to above AXIS_FOLDER.<br> <br>
  +6. Add AXIS_FOLDER/lib to the PATH environment variable.<br> <br>
  +7. Copy the SimpleAxisServer.exe from AXIS_EXTRACT/bin to the SIMPLE_AXIS_SERVER_FOLDER.<br> <br>
  +8. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin folder to AXIS_FOLDER/lib <br> <br>
  +9.If you want to use the Expat parser with Axis C++, rename AxisXMLParser_Expat.dll (which is located at  AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib <br> <br>
  +10.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at  AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib <br> <br>
  +11. Start the SimpleAxisServer by providing the port to which it operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80)
  +
  +</p>
   
   <p><a name="#samples"></a></p>
   <h1>Running Provided Samples</h1>