damitha     2004/10/22 04:28:43

  Modified:    targets/axis/cpp lininstall-guide.html lininstall-guide.pdf
  Log:
  added simple axis server installtion
  
  Revision  Changes    Path
  1.24      +27 -0     ws-site/targets/axis/cpp/lininstall-guide.html
  
  Index: lininstall-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/lininstall-guide.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- lininstall-guide.html     22 Oct 2004 04:53:05 -0000      1.23
  +++ lininstall-guide.html     22 Oct 2004 11:28:43 -0000      1.24
  @@ -441,6 +441,33 @@
   <br>
   <strong>./base</strong>
   <p>To help you run several samples at once there is a script named 
<strong>run_interoptests.sh</strong> in $AXISCPP_DEPLOY/bin folder. You can try 
running that as well.</p>
  +<div class="h4">
  +<h4>11. Simple axis server installation.</h4>
  +</div>
  +<p>1. Build the source distribution as mentioned above.</p>
  +<p>2. Make sure that you have set the <strong>AXISCPP_DEPLOY</strong> environment 
variable to point to your deployment folder as mentioned above</p>
  +<p>3.Copy <strong>$AXISCPP_DEPLOY/etc/axiscpp.conf_linux</strong> to 
<strong>$AXISCPP_DEPLOY/etc/axiscpp.conf</strong>
  +</p>
  +<p>and make sure that the contents of that file match your system settings</p>
  +<p>4. Run simple axis server in <strong>$AXISCPP_DEPLOY/bin</strong>
  +<br>Synopsis: simple_axis_server server-port Where server-port is the port on which 
you would like the server to listen for client requests.</p>
  +<p>For Example</p>
  +<p>
  +<strong>cd $AXISCPP_DEPLOY/bin</strong>
  +</p>
  +<p>
  +<strong>./simple_axis_server 9090</strong>
  +</p>
  +<p>5. Run clients in <strong>$AXISCPP_DEPLOY/bin</strong>
  +</p>
  +<p>On a different shell:</p>
  +<p>
  +<strong>cd $AXISCPP_DEPLOY/bin</strong>
  +</p>
  +<p>
  +<strong>./base http://localhost:9090/axis/base</strong>
  +</p>
  +<p>Similarly you could run the other samples.</p>
   <div id="pdf" align="right">
   <a href="lininstall-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" 
class="skin"><br>
             PDF</a>
  
  
  
  1.23      +74 -58    ws-site/targets/axis/cpp/lininstall-guide.pdf
  
        <<Binary file>>
  
  

Reply via email to