roshan      2004/05/11 02:44:38

  Modified:    targets/axis/cpp lininstall-guide.pdf lininstall-guide.html
  Log:
  Changed Apache 2.0 to 1.3 at one place  in the Linux Installation guide doc
  
  Revision  Changes    Path
  1.13      +174 -180  ws-site/targets/axis/cpp/lininstall-guide.pdf
  
        <<Binary file>>
  
  
  1.14      +13 -16    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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- lininstall-guide.html     11 May 2004 09:29:39 -0000      1.13
  +++ lininstall-guide.html     11 May 2004 09:44:38 -0000      1.14
  @@ -322,7 +322,7 @@
   </div>
   <p>We tested with the following</p>
   <ul>
  -<li>Redhat Linux 8.0(2.4.18-14) RedhatLinux9.0(2.4.20-8), 
Dabian(2.6.3-1-686)(unstable)</li>
  +<li>RedhatLinux9.0(2.4.20-8), Dabian(2.6.3-1-686)(unstable), Redhat 
Linux8.0(2.4.18-14)</li>
   <li>Apache 1.3 [apache_1.3.27.tar .gz, apache_1.3.28.tar.gz)] (Source), Apache2.0 
(source)</li>
   <li>expat [expat-1.95.7.tar.gz](Source)&nbsp;</li>
   </ul>
  @@ -426,12 +426,12 @@
   </p>
   <p>If you are using xercesc parser copy the xercesc include files</p>
   <p>
  -<strong>$ cp -rf &lt;xercescinstdirectory&gt;/include/* 
$AXISCPP_HOME/include/xercesc/</strong>
  +<strong>$ cp -rf &lt;xercescinstdirectory&gt;/include/xercesc/* 
$AXISCPP_HOME/include/xercesc/</strong>
   </p>
   <p>
   <strong>$ cd $AXISCPP_HOME</strong>
   </p>
  -<p>The Folder called deploy in the $AXISCPP_HOME/ should be copied to apache root 
folder .Rename the deploy folder as "Axis" . Give all permissions to this folder.<br>
  +<p>The Folder called deploy in the $AXISCPP_HOME/ should be copied to your place of 
choice. Rename the deploy folder as "Axis" . Give all permissions to this folder.<br>
   <br>
   <br>
   <strong>$ cp -rf $AXISCPP_HOME/deploy&nbsp; /usr/local</strong>
  @@ -461,7 +461,7 @@
   <p>If you are using expat parser do the following<br>
   </p>
   <p>set <strong>EXPAT_HOME</strong>="&lt;Your expat installation root folder&gt;"</p>
  -<p>set <strong>LD_LIBRARY_PATH="$EXPAT_HOME/lib:AXISCPP_HOME/bin"</strong> (do this 
in your .bash_profile)<br>
  +<p>set 
<strong>LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXPAT_HOME/lib:$AXISCPP_HOME/bin:$AXIS_HOME"</strong>
 (do this in your .bash_profile)<br>
   <br>
   <br>
   <strong>cd $AXISCPP_HOME/src/soap</strong>
  @@ -475,10 +475,7 @@
   </p>
   <p>If you are using Xerces-c parser do the following</p>
   <p>set <strong>XERCESC_HOME</strong>="&lt;Your xercesc installation root 
folder&gt;"</p>
  -<p>set <strong>LD_LIBRARY_PATH="$XERCESC_HOME/lib"</strong> (do this in your 
.bash_profile)<br>
  -<br>
  -<strong>cp -rf $XERCESC_HOME/include/xercesc/* 
$AXISCPP_HOME/include/xercesc/</strong>
  -<br>
  +<p>set 
<strong>LD_LIBRARY_PATH="$XERCESC_HOME/lib:$AXISCPP_HOME/bin:$AXIS_HOME"</strong> (do 
this in your .bash_profile)<br>
   <br>
   <strong>cd $AXISCPP_HOME/src/soap</strong>
   <br>
  @@ -523,7 +520,7 @@
   <br>
   <br>
   </p>
  -<p>libaxiscpp_mod.so (If you built for apache2 this is libaxiscpp_mod2.so) should 
have been created in $AXISCPP_HOME/bin directory. Note:- you can give the install path 
inside the runconfigure script.</p>
  +<p>libaxiscpp_mod.so (If you built for apache2 this is libaxiscpp_mod2.so), 
libaxiscpp_client.so, libserver_engine.so, libAdminService.so, adminclient, 
simple-axis_server should have been created in $AXISCPP_HOME/bin directory. Note:- you 
can give the install path inside the runconfigure script.</p>
   <p>Now there is no need to seperately build client side and server side. When 
execute build.sh it will lookafter 
everything.<br>-----------------------------------------------------------------------</p>
   <p>
   <strong>NOTE:</strong> If you use apache1.3 following two small changes have to be 
done in $AXISCPP_HOME/configure.ac and $AXISCPP_HOME/src/server/Makefile.am)</p>
  @@ -542,9 +539,9 @@
   <br>Then to deploy it on apache<br>
   <br>
   </p>
  -<p>First you need to edit /usr/local/apache/conf/httpd.conf</p>
  +<p>First you need to edit &lt;apache install directory&gt;/conf/httpd.conf</p>
   <p>
  -<strong>$ vi /usr/local/apache/conf/httpd.conf</strong>
  +<strong>$ vi &lt;apache install directory&gt;/conf/httpd.conf</strong>
   </p>
   <p>At the bottom of the file you have to include following lines and save it.</p>
   <p>
  @@ -561,7 +558,7 @@
   </p>
   <br>
   <p>
  -<strong>cd /usr/local/apache/libexec (If apache2 
/usr/local/apache2/modules)</strong>
  +<strong>cd /usr/local/Axis</strong>
   </p>
   <p>
   <strong>cp -f $AXIS_HOME/deploy.sh_apache ./deploy.sh</strong>
  @@ -603,7 +600,7 @@
   <p>
   <strong>$ cd $AXISCPP_HOME</strong>
   </p>
  -<p>The Folder called deploy in the $AXISCPP_HOME/ should be copied to apache root 
folder .Rename the deploy folder as "Axis" . Give all permissions to this folder.<br>
  +<p>The Folder called deploy in the $AXISCPP_HOME/ should be copied to a folder of 
your choice .Rename the deploy folder as "Axis" . Give all permissions to this 
folder.<br>
   <br>
   <br>
   <strong>$ cp -rf $AXISCPP_HOME/deploy&nbsp; /usr/local</strong>
  @@ -637,9 +634,9 @@
   <br>Then to deploy it on apache<br>
   <br>
   </p>
  -<p>First you need to edit /usr/local/apache/conf/httpd.conf</p>
  +<p>First you need to edit &lt;apache install directory&gt;/conf/httpd.conf</p>
   <p>
  -<strong>$ vi /usr/local/apache/conf/httpd.conf</strong>
  +<strong>$ vi &lt;apache install directory&gt;/conf/httpd.conf</strong>
   </p>
   <p>At the bottom of the file you have to include following lines and save it.</p>
   <p>
  @@ -656,7 +653,7 @@
   </p>
   <br>
   <p>
  -<strong>cd /usr/local/apache/libexec (If apache2 
/usr/local/apache2/modules)</strong>
  +<strong>cd /usr/local/Axis</strong>
   </p>
   <p>
   <strong>cp -f $AXIS_HOME/deploy.sh_apache &nbsp;./deploy.sh</strong>
  
  
  

Reply via email to