You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by sa...@apache.org on 2003/11/03 14:15:18 UTC

cvs commit: ws-site/targets/axis/cpp linuser-guide.html

sanjaya     2003/11/03 05:15:18

  Modified:    targets/axis/cpp linuser-guide.html
  Log:
  added note under download source distribution -> Deploying services
  
  Revision  Changes    Path
  1.2       +3 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- linuser-guide.html	31 Oct 2003 21:16:15 -0000	1.1
  +++ linuser-guide.html	3 Nov 2003 13:15:18 -0000	1.2
  @@ -747,6 +747,7 @@
   <p>
   <strong>AXIS_HOME="/usr/local/apache/Axis"</strong>
   </p>
  +<p>Note that inside $AXIS_HOME directory there is a file called axiscpp.conf. Make sure that it has read permissions. This file contains key, value pairs of paths used by the Axis Soap Engine. You can change the WSDDFILEPATH and AXISLOGPATH inside this file according to your choice.</p>
   <p>Type the Following Command to build the service(You can always use makefiles instead of the following commands to build.)</p>
   <p>
   <strong>cd $AXISCPP_HOME/src/server/samples/introptests/base</strong>
  @@ -2106,8 +2107,8 @@
   <p>
   <strong>$ g++ -g -O2 -o interopbase InteropBaseClient.o SOAPStruct.o InteropTestPortType.o<br>
   </strong><strong>$AXISCPP_HOME/lib/axis/libaxiscpp_client.a $AXISCPP_HOME/lib/axis/libaxiscpp_mod.a<br> -</strong><strong>L$AXISCPP_HOME/lib/xerces-c -lxerces-c -ldl<br>
  -</strong> <strong>$AXISCPP_HOME/src/client/lib/libaxiscpp_client.a<br>
  -</strong> <strong>$AXISCPP_HOME/release/libaxiscpp_mod.a -L$AXISCPP_HOME/lib/xerces-c -lxerces-c -ldl</strong>
  +</strong> <strong>$AXISCPP_HOME/lib/axis/libaxiscpp_client.a<br>
  +</strong> <strong>$AXISCPP_HOME/lib/axis/libaxiscpp_mod.a -L$AXISCPP_HOME/lib/xerces-c -lxerces-c -ldl</strong>
   </p>
   <p>Start the Apache Server(Assuming base service is deployed.)</p>
   <p>