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 ma...@apache.org on 2009/03/14 07:19:50 UTC

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

Author: manjula
Date: Sat Mar 14 06:19:50 2009
New Revision: 753607

URL: http://svn.apache.org/viewvc?rev=753607&view=rev
Log:
Modifying the INSTALL file for new changes.

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=753607&r1=753606&r2=753607&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Sat Mar 14 06:19:50 2009
@@ -244,7 +244,7 @@
 	When the axis2_http_server is up and running, you can run the sample 
 	clients in a new shell as follows.
         
-	$ cd ${AXIS2C_HOME}/bin/samples
+	$ cd ${AXIS2C_HOME}/samples/bin
     $ ./echo
 	This will invoke the echo service.
 
@@ -347,11 +347,15 @@
 
     axis2c
       |
-      +- bin         - server and other executables
-      |   |
-      |   +- samples - samples go here
+      +- bin         - server 
+      |   
+      +- samples - samples go here
       |         |
-      |         +...
+      |         +- bin - sample client executables
+      |         |
+      |         +- lib - sample libraries
+      |         |
+      |         +- src - source files of the sampels in bin and lib folders
       |
       |
       +- docs        - documentation 
@@ -364,8 +368,6 @@
       |
       +- modules     - deployed modules 
       |
-      +- samples     - source files of the samples in bin
-      |
       +- services    - deployed services 
       
 	Copy the downloaded zlib1.dll to C:\axis2c\lib.
@@ -452,11 +454,16 @@
     	deploy
       	|
       	+- bin         - server and other executables
-      	|   |
-      	|   +- samples - samples go here
+      	|   
+      	+- samples - samples go here
       	|         |
-      	|         +...
+      	|         +- bin - sample client executables
+        |         |
+        |         +- lib - sample libraries
+        |         |     
+        |         +- src - sources of the samples in bin and lib folders 
       	|
+        |
       	+- lib         - library modules
       	|
       	+- services    - deployed services 
@@ -505,7 +512,7 @@
    	Now you can run any sample client deployed under %AXIS2C_HOME%\bin\samples\
     		
 	Example:
-   		> cd %AXIS2C_HOME%\bin\samples
+   		> cd %AXIS2C_HOME%\samples\bin
 		> echo.exe