You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/08/13 11:27:12 UTC

cvs commit: ws-axis/c/docs/windows/cpp windev-guide.html

roshan      2004/08/13 02:27:12

  Modified:    c/docs/windows/cpp windev-guide.html
  Log:
  Did a minor change to Win Dev.Guide.Changed by Rangika
  
  Revision  Changes    Path
  1.15      +5 -6      ws-axis/c/docs/windows/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/windev-guide.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- windev-guide.html	6 Aug 2004 03:27:20 -0000	1.14
  +++ windev-guide.html	13 Aug 2004 09:27:12 -0000	1.15
  @@ -168,11 +168,11 @@
   <br>
   2) Copy [EXPAT_EXTRACT]\lib\libexpat.lib to [CHECKOUT_HOME]\c\lib\expat\ directory.</p>
   
  -<p>3) Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs  to %AXISCPP_DEPLOY%/libs/ 
  +<p>3) Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs  to %AXIS_HOME%/libs/ 
   <br> <br>
   <p><b>For Xerces Parser</b></p>
   <p>1) Copy [XERCES_EXTRACT]\lib\xerces-c_2.lib to [CHECKOUT_HOME]\c\lib\xerces\ directory.</p>
  -<p>2) Copy xerces-c_2_2_0.dll file from [XERCES_EXTRACT]\bin  to %AXISCPP_DEPLOY%/libs/ 
  +<p>2) Copy xerces-c_2_2_0.dll file from [XERCES_EXTRACT]\bin  to %AXIS_HOME%/libs/ 
   <br>
   
   <p><b>For apache 1.3.X:</b></p>
  @@ -259,7 +259,7 @@
   |__ wsdls (wsdl files of the deployed web services are located here)<br>
   
   <br>
  -2) Set an environment variable named AXISCPP_DEPLOY and give [APACHE_HOME]\Axis as
  +2) Set an environment variable named AXIS_HOME and give [APACHE_HOME]\Axis as
   the value.
   <br>
   
  @@ -268,7 +268,7 @@
   <br>
   ii)Copy APACHE_MODULE to [APACHE_HOME]\modules directory of your apache installation.
   <br>
  -<p>Copy AxisServer.dll ,AxisTransport.dll and AxisXMLParser.dll to [AXISCPP_DEPLOY]\libs\ directory and add that directory to your PATH environment variable.Or to any location specified by your PATH environment variable.</p>    
  +<p>Copy AxisServer.dll ,AxisTransport.dll and AxisXMLParser.dll to [AXIS_HOME]\libs\ directory and add that directory to your PATH environment variable.Or to any location specified by your PATH environment variable.</p>    
   
   <br> <br>
   <p>3) Set the "PATH" environment variable to the following directories.
  @@ -538,8 +538,7 @@
   <br>
   Run the following command to generate the client stubs.<br>
   <br>
  -Java -classpath %classpath%;. org.apache.axis.wsdl.wsdl2ws.WSDL2Ws
  -Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
  +Java -classpath .;%classpath% org.apache.axis.wsdl.wsdl2ws.WSDL2Ws Calculator.wsdl -o./ClientOut -lc++ -sclient<br>
   <br>
   The generated client stubs will be in [SKELSTUB_HOME]\ClientOut<br>