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 sa...@apache.org on 2007/04/13 04:13:14 UTC

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

Author: samisa
Date: Thu Apr 12 19:13:13 2007
New Revision: 528318

URL: http://svn.apache.org/viewvc?view=rev&rev=528318
Log:
dropped 0.96 form doc

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?view=diff&rev=528318&r1=528317&r2=528318
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Thu Apr 12 19:13:13 2007
@@ -171,11 +171,11 @@
 ---------------------------
 
     Extract the binary distribution to a folder of your choice. 
-    (example: C:\axis2c-0.96)
+    (example: C:\axis2c)
 
-    The c:\axis2c-0.96 folder structure is as follows.
+    The c:\axis2c folder structure is as follows.
 
-    axis2c-0.96
+    axis2c
       |
       +- bin         - server and other executables
       |   |
@@ -202,7 +202,7 @@
       |
       +- services    - deployed services 
       
-    Copy the downloaded libxml2.dll, iconv.dll and zlib1.dll to C:\axis2c-0.96\lib
+    Copy the downloaded libxml2.dll, iconv.dll and zlib1.dll to C:\axis2c\lib
     (Or you can have these dll's some other place and add the location to PATH 
      environment variable)
 
@@ -212,12 +212,12 @@
     You need to set a couple of environment variables before you can run the
     server and samples.
 
-    Set the variable AXIS2C_HOME to the deploy folder (C:\axis2c-0.96)
+    Set the variable AXIS2C_HOME to the deploy folder (C:\axis2c)
     Add the path to lib directory to the PATH variable (%AXIS2C_HOME%\lib)
 
     Now everything is set to run the server!
 
-    C:\axis2c-0.96\bin>axis2_http_server.exe 
+    C:\axis2c\bin>axis2_http_server.exe 
 
     You should see the message:
         Started Simple Axis2 HTTP Server...
@@ -230,7 +230,7 @@
 
     Now you can run any sample client deployed under %AXIS2C_HOME%\bin\samples\
     Example:
-    C:\axis2c-0.96\bin\samples>echo.exe
+    C:\axis2c\bin\samples>echo.exe
 
 
 4. Getting Axis2C working with the source release on Windows.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org