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 da...@apache.org on 2006/02/15 08:19:18 UTC

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

Author: damitha
Date: Tue Feb 14 23:19:17 2006
New Revision: 377955

URL: http://svn.apache.org/viewcvs?rev=377955&view=rev
Log:
updated

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/INSTALL?rev=377955&r1=377954&r2=377955&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Tue Feb 14 23:19:17 2006
@@ -49,27 +49,21 @@
         make
         make install
 use './configure --help' for options.
-NOTE: you may wich to use './configure --prefix=$AXIS2C_HOME' to ensure AXIS2C_HOME and 
+NOTE: you may wish to use './configure --prefix=$AXIS2C_HOME' to ensure AXIS2C_HOME and 
 intall forlder are the same
 
-To get the samples working, you also need to make and make install the samples.
-        cd /your_path_to_axis2c_source/samples
-        make
-        make install
+If you need to get the samples working, you also need to give the configure option
+    --enable-samples=yes
 
 6. go to AXIS2C_HOME
         cd $AXIS2C_HOME
-7. Set up sample service libs
-        cp  /your_path_to_axis2c_source/deploy/axis2.xml .
-        cp -r /your_path_to_axis2c_source/deploy/services .
-        cp lib/libecho.so services/echo/
-        cp lib/libmath.so services/math/
-8. Start simple axis server
+
+7. Start simple axis server
         cd $AXIS2C_HOME/bin
         ./axis2_http_server
 This will start the simple axis server on port 9090. To see the posible command line options run:
         ./axis2_http_server -h
-9. Run the sample clients in a new shell
+8. Run the sample clients in a new shell
         cd $AXIS2C_HOME/bin/samples
         ./echo
 This will invoke the echo service.