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 08:51:10 UTC

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

roshan      2004/10/20 23:51:10

  Modified:    site/src/documentation/content/xdocs/cpp windev-guide.ihtml
  Log:
  Edited win dev guide to make it more user friendly. Changed by Rangika
  
  Revision  Changes    Path
  1.25      +6 -4      ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml
  
  Index: windev-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/windev-guide.ihtml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- windev-guide.ihtml	19 Aug 2004 06:34:30 -0000	1.24
  +++ windev-guide.ihtml	21 Oct 2004 06:51:10 -0000	1.25
  @@ -168,12 +168,10 @@
   <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%/lib/  </p>
   <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%/lib/ </p>
  -<p>3) Copy [XERCES_EXTRACT]\include\xercesc to [CHECKOUT_HOME]\c\include\xerces\ directory. </p>
  +<p>2) Copy [XERCES_EXTRACT]\include\xercesc to [CHECKOUT_HOME]\c\include\xerces\ directory. </p>
   
   
   <p><b>For apache 1.3.X:</b></p>
  @@ -321,7 +319,11 @@
   XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll</p>  
   
   <p><b>Note:If the AxisTransport.dll and AxisXMLParser.dll paths are not given in axiscpp.conf then the hardcoded values will be used.For that set the path of these two in the PATH environment variable or copy them to the same location as the Client.exe.</b></p>
  -<br>
  +<br> <br>
  +
  +<p> <b>Note:  Make sure that if you are using Expat that libexpat.dll ([EXPAT_EXTRACT]\Libs\) file is pasted in %AXISCPP_DEPLOY%/lib/ and if you are using Xerces that xerces-c_2_2_0.dll  ([XERCES_EXTRACT]\bin) is pasted in %AXISCPP_DEPLOY%/lib/ </b> </p>
  +
  +
   <p>6) Select start-&gt;programs-&gt;Apache HTTP server-&gt;Control Apache
   Server-&gt;stop to stop the apache server