roshan      2004/06/15 03:42:03

  Modified:    targets/axis/cpp lininstall-guide.pdf lininstall-guide.html
  Log:
  Changed the Linux Installation Guide.Changed by Rangika
  
  Revision  Changes    Path
  1.16      +25 -25    ws-site/targets/axis/cpp/lininstall-guide.pdf
  
        <<Binary file>>
  
  
  1.17      +12 -2     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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- lininstall-guide.html     15 Jun 2004 10:05:11 -0000      1.16
  +++ lininstall-guide.html     15 Jun 2004 10:42:03 -0000      1.17
  @@ -394,7 +394,9 @@
   <strong>cp -f /usr/local/apache2/include/* $AXISCPP_HOME/include/apache2_0/</strong>
   </p>
   <p>Then I can build Axis C++ server, client,parser libraries, transport library and 
server/client samples by,<br>
  -<strong>cd $AXISCPP_HOMEsh build.sh</strong>
  +<strong>cd $AXISCPP_HOME</strong>
  +<br>
  +<strong>sh build.sh</strong>
   </p>
   <p>Once you have finished, have a look at $AXISCPP_HOME/build_errors,<br> 
$AXISCPP_HOME/samples/server/sample_server_build_errors 
and<br>$AXISCPP_HOME/samples/client/sample_client_build_errors to identify any 
warnings and errors. Most probably you will see many warnings. Just ignore them. But 
if you see any errors it means that build was not successful and check whether you 
followed the instructions carefully. Note that if you see errors on build_errors file 
then client samples will also fail since it depends on libaxiscpp_client.so.</p>
   <p>You can see the folder $AXISCPP_HOME/bin to see what are created</p>
  @@ -447,7 +449,15 @@
   <strong>#XMLParser:The xml parser library.</strong>
   </p>
   <p>
  
-<strong>LogPath:/usr/local/Axis/logs/AxisLogWSDDFilePath:/usr/local/Axis/conf/server.wsddClientLogPath:/usr/local/Axis/logs/AxisClientLogXMLParser:/usr/local/Axis/libs/libaxis_xmlparser.soTransport_http:/usr/local/Axis/libs/libaxis_transport.so</strong>
  +<strong>LogPath:/usr/local/Axis/logs/AxisLog</strong>
  +<br>
  +<strong>WSDDFilePath:/usr/local/Axis/conf/server.wsdd</strong>
  +<br>
  +<strong>ClientLogPath:/usr/local/Axis/logs/AxisClientLog</strong>
  +<br>
  +<strong>XMLParser:/usr/local/Axis/libs/libaxis_xmlparser.so</strong>
  +<br>
  +<strong>Transport_http:/usr/local/Axis/libs/libaxis_transport.so</strong>
   </p>
   <p>Now we need to copy neccessary libraries to the correct places and start apache. 
To do that you can find scripts written in $AXIS_HOME.<br>
   <strong>cd $AXIS_HOME</strong>
  
  
  

Reply via email to