damitha     2004/10/19 21:07:30

  Modified:    targets/axis/cpp linuser-guide.html linuser-guide.pdf
  Log:
  changed to document
  
  Revision  Changes    Path
  1.19      +2 -2      ws-site/targets/axis/cpp/linuser-guide.html
  
  Index: linuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/linuser-guide.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- linuser-guide.html        19 Oct 2004 11:49:27 -0000      1.18
  +++ linuser-guide.html        20 Oct 2004 04:07:30 -0000      1.19
  @@ -302,7 +302,7 @@
   <a href="#Server">ServerSide Skeleton and Wrappers generated by WSDL2ws Tool.</a>
   </dd>
   <dd>
  -<a href="#Deploying">Deploying Services</a>
  +<a href="#Deploying">Building and Deploying the Service</a>
   </dd>
   <dd>
   <a href="#Client">Client side Stubs Generated by the wsdl2ws Tool</a>
  @@ -513,7 +513,7 @@
   <strong>g++ -shared -I$AXISCPP_HOME/include -olibmyservice.so *.cpp</strong>
   </p>
   <p>libmyservice.so is the name you give to your service library. You can give any 
name you wish. But remeber to prefix with lib and suffix with .so</p>
  -<p>Copy this service library int $AXICPP_DEPLOY/lib</p>
  +<p>Copy this service library into $AXICPP_DEPLOY/lib</p>
   <p>Modify the <strong>$AXIS_HOME/conf/</strong><strong>server.wsdd</strong> .&nbsp; 
(You have a sample server.wsdd file entry given below appropriately filled for this 
service).</p>
   <p>
   <strong>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</strong>
  
  
  
  1.19      +87 -87    ws-site/targets/axis/cpp/linuser-guide.pdf
  
        <<Binary file>>
  
  

Reply via email to