roshan      2004/10/26 04:40:54

  Modified:    targets/axis/cpp wininstall-guide.html lininstall-guide.html
  Log:
  Edited the lin install Guide & Win Install Guide.
  
  Revision  Changes    Path
  1.30      +2 -1      ws-site/targets/axis/cpp/wininstall-guide.html
  
  Index: wininstall-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/wininstall-guide.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- wininstall-guide.html     26 Oct 2004 07:32:38 -0000      1.29
  +++ wininstall-guide.html     26 Oct 2004 11:40:54 -0000      1.30
  @@ -370,7 +370,8 @@
   <br> LogPath:XXXX<br>WSDDFilePath:YYYY<br>XMLParser:ZZZZ<br>Transport_http:AAAA<br>
   <br> XXXX is the path to a file named AxisLog (The log file)and YYYY is the path to 
the server.wsdd file. Give the appropriate values for XXXX and YYYY as follows.ZZZZ is 
the path to the XMLParser and AAAA is the path to the Transport used.<br>
   <br> i.e.<br>
  -<br> LogPath: [APACHE_HOME]\Axis\logs\AxisLog<br>WSDDFilePath: 
[APACHE_HOME]\Axis\conf\server.wsdd<br>XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll
 Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll<br> server.wsdd is located at 
[APACHE_HOME]\Axis\conf\ for Apache 1.3 and Apache 2. (There will be three wsdd files 
in the [APACHE_HOME]\Axis\conf\ rename the relevant wsdd file of your platform to 
server.wsdd).<br>
  +<br> LogPath: [APACHE_HOME]\Axis\logs\AxisLog<br>WSDDFilePath: 
[APACHE_HOME]\Axis\conf\server.wsdd<br>XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll<br>Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll<br>
  +<br> server.wsdd is located at [APACHE_HOME]\Axis\conf\ for Apache 1.3 and Apache 
2. (There will be three wsdd files in the [APACHE_HOME]\Axis\conf\ rename the relevant 
wsdd file of your platform to server.wsdd).<br>
   <br> Also in order to run the provided samples do the following.<br>
   <br>Open server.wsdd for editing. For each service element, locate the element 
"parameter name", which has the value "classname".<br>Give the absolute path of the 
indicated webservice.dll in the "value" attribute<br>
   <br>Rename axiscpp.conf_win which is in AXISCPP_DEPLOY to axiscpp.conf<br>
  
  
  
  1.27      +6 -6      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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- lininstall-guide.html     26 Oct 2004 07:32:38 -0000      1.26
  +++ lininstall-guide.html     26 Oct 2004 11:40:54 -0000      1.27
  @@ -120,10 +120,6 @@
   <div class="menuItem">
   <a href="../bugs.html">Bugs</a>
   </div>
  -  
  -<div class="menuItem">
  -<a href="../howtobuild.html">HowToBuildSite</a>
  -</div>
    
   </div>
    
  @@ -359,7 +355,7 @@
   <h4>5. Build Axis C++</h4>
   </div>
   <p>
  -<strong>Note:</strong> If you have downloaded Axis C++ binaries, you can skip this 
step<br>
  +<strong>Note:</strong> The following steps are for Axis C++ source downloads.<br>
   <br>
   <strong>cd $AXISCPP_HOME</strong>
   <br>
  @@ -371,7 +367,11 @@
   <strong>make install</strong>
   <br>
   <br> The above set of instructions assume you have Apache 2.0.x web server and 
Xerces C++ parser.<br>For more information on build options run 
<strong><em>./configure --help</em></strong>.<br>
  -<br>The libs created in build process are placed in $AXISCPP_DEPLOY/lib. (Provided 
that you used $AXISCPP_DEPLOY as --prefix option for configuring). Note that you need 
permission to install to the specified directory given in prefix option.<br> 
&nbsp;<br>You need global access rights to the Axis C++ deploy folder to make sure 
that Axis C++ works properly.<br>
  +<br>The libs created in build process are placed in $AXISCPP_DEPLOY/lib. (Provided 
that you used $AXISCPP_DEPLOY as --prefix option for configuring). Note that you need 
permission to install to the specified directory given in prefix option.<br> &nbsp;<br>
  +</p>
  +<p>
  +<strong>Note:</strong> The following steps are common to both source and binary 
downloads.<br>
  +<br> You need global access rights to the Axis C++ deploy folder to make sure that 
Axis C++ works properly.<br>
   <br> 
   <em>chmod -R 777 $AXISCPP_DEPLOY</em>
   </p>
  
  
  

Reply via email to