roshan      2004/10/20 23:51:34

  Modified:    targets/axis/cpp windev-guide.html
  Log:
  Edited win dev guide to make it more user friendly. Changed by Rangika
  
  Revision  Changes    Path
  1.25      +5 -3      ws-site/targets/axis/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/windev-guide.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- windev-guide.html 19 Aug 2004 06:39:55 -0000      1.24
  +++ windev-guide.html 21 Oct 2004 06:51:34 -0000      1.25
  @@ -398,15 +398,13 @@
   </p>
   <p>1) Copy [EXPAT_EXTRACT]\source\lib\expat.h from expat binary distribution to 
[CHECKOUT_HOME]\c\include\expat\ directory<br>
   <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>
   <strong>For Xerces Parser</strong>
   </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>
   <strong>For apache 1.3.X:</strong>
   </p>
  @@ -474,6 +472,10 @@
   <strong>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.</strong>
   </p>
   <br>
  +<br>
  +<p>
  +<strong>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/</strong>
  +</p>
   <p>6) Select start-&gt;programs-&gt;Apache HTTP server-&gt;Control Apache 
Server-&gt;stop to stop the apache server<br>(This is because apache will be started 
automatically by the installation program)<br>
   <br>Open up a DOS terminal and give the command "apache -k start" to start apache 
(If Apache 2.0 server does not respond when started this way, try "apache 
-X").<br>open a browser and verify whether you can browse http://localhost/ (or give 
the machines ip as http://xxx.xxx.xxx.xxx/). If apache is running you will see the 
Apache start page in the browser.&nbsp;</p>
   <p>
  
  
  

Reply via email to