You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/10/26 13:31:16 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp wininstall-guide.ihtml lininstall-guide.ihtml

roshan      2004/10/26 04:31:16

  Modified:    site/src/documentation/content/xdocs/cpp
                        wininstall-guide.ihtml lininstall-guide.ihtml
  Log:
  Edited the lin install Guide & Win Install Guide.
  
  Revision  Changes    Path
  1.26      +2 -2      ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml
  
  Index: wininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- wininstall-guide.ihtml	23 Oct 2004 12:35:04 -0000	1.25
  +++ wininstall-guide.ihtml	26 Oct 2004 11:31:15 -0000	1.26
  @@ -142,8 +142,8 @@
   
   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>
  +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>
   
  
  
  
  1.22      +5 -3      ws-axis/site/src/documentation/content/xdocs/cpp/lininstall-guide.ihtml
  
  Index: lininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/lininstall-guide.ihtml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- lininstall-guide.ihtml	22 Oct 2004 11:45:33 -0000	1.21
  +++ lininstall-guide.ihtml	26 Oct 2004 11:31:15 -0000	1.22
  @@ -108,10 +108,9 @@
   
   <h2>5. Build Axis C++</h2>
    
  -<p> <b>Note:</b> If you have downloaded Axis C++ binaries, you can skip this step<br> <br>
  +<p> <b>Note:</b> The following steps are for Axis C++ source downloads.<br> <br>
   <b>cd $AXISCPP_HOME </b> <br> <br>
   
  -
   <b>./configure --prefix=$AXISCPP_DEPLOY --with-apache2=/path/to/Apache2 \<br>
   &nbsp;&nbsp;&nbsp;&nbsp;--with-xercesc=/path/to/xerces-c </b> <br>
   <b> make </b> <br>
  @@ -127,7 +126,10 @@
   --prefix option for configuring). Note that you need permission to install to the 
   specified directory given in prefix option.<br>
   
  -&nbsp;<br>
  +&nbsp;<br></p>
  +
  +<p> <b>Note:</b> 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>
   
   <i><b>chmod -R 777 $AXISCPP_DEPLOY</b></i> </p>