You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/03/10 06:59:30 UTC

svn commit: r384710 - /webservices/axis2/trunk/c/INSTALL

Author: damitha
Date: Thu Mar  9 21:59:29 2006
New Revision: 384710

URL: http://svn.apache.org/viewcvs?rev=384710&view=rev
Log:
Reviewd the apache2 related stuff submitted by Sahan


Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/INSTALL?rev=384710&r1=384709&r2=384710&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Thu Mar  9 21:59:29 2006
@@ -230,7 +230,7 @@
 ---------------------------------------------------------------
 5.1 Building mod_axis2 from source tree
 
-* Provide the apache2 include files location to the configure script
+* Provide the apache2 include files location as configure option
   ./configure --with-apache2="<apache2 include files location>" [other configure options]
   - Some apache2 distributions install APR (Apache Portable Runtime) include files in a seperate location which is requred to build mod_axis2. In that case use
   ./configure --with-apache2="<apache2 include files location>" --with-apr="apr include files location>" [other configure options]
@@ -256,5 +256,8 @@
 * Make sure that the apache2 user has correct permissions to above paths
     - Read permission to the repository
     - Write permission to the log file
+
+* Restart apache2 and test whether mod_axis2 module is loaded by typing the URL
+    http://localhost/axis2/services
 
 Hope you would enjoy this first working version of Axis2C soap engine :)