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 di...@apache.org on 2006/12/20 07:13:53 UTC

svn commit: r488927 - in /webservices/axis2/tags/c/0.96: INSTALL xdocs/docs/axis2c_manual.html

Author: dinesh
Date: Tue Dec 19 22:13:52 2006
New Revision: 488927

URL: http://svn.apache.org/viewvc?view=rev&rev=488927
Log:
documents updated

Modified:
    webservices/axis2/tags/c/0.96/INSTALL
    webservices/axis2/tags/c/0.96/xdocs/docs/axis2c_manual.html

Modified: webservices/axis2/tags/c/0.96/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/c/0.96/INSTALL?view=diff&rev=488927&r1=488926&r2=488927
==============================================================================
--- webservices/axis2/tags/c/0.96/INSTALL (original)
+++ webservices/axis2/tags/c/0.96/INSTALL Tue Dec 19 22:13:52 2006
@@ -171,11 +171,11 @@
 ---------------------------
 
     Extract the binary distribution to a folder of your choice. 
-    (example: C:\axis2c-0.94)
+    (example: C:\axis2c-0.96)
 
-    The c:\axis2c-0.94 folder structure is as follows.
+    The c:\axis2c-0.96 folder structure is as follows.
 
-    axis2c-0.94
+    axis2c-0.96
       |
       +- bin         - server and other executables
       |   |
@@ -183,18 +183,28 @@
       |         |
       |         +...
       |
-      +- lib         - library modules
       |
-      +- services    - deployed services 
+      +- conf        - codegen config files
       |
-      +- modules     - deployed modules 
+      +- docs        - documentation 
       |
       +- include     - all include files of axis2 
       |
+      +- lib         - library modules
+      |
       +- logs        - system and client logs are written to this folder
-
-
-    Copy the downloaded libxml2.dll, iconv.dll and zlib1.dll to C:\axis2c-0.94\lib
+      |
+      +- modules     - deployed modules 
+      |
+      +- rampart     - rampart include files
+      |
+      +- samples     - source files of the samples in bin
+      |
+      +- services    - deployed services 
+      
+    Copy the downloaded libxml2.dll, iconv.dll and zlib1.dll to C:\axis2c-0.96\lib
+    (Or you can have these dll's some other place and add the location to PATH 
+     environment variable)
 
 3.3 Running the binaries
 ------------------------
@@ -202,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.94)
+    Set the variable AXIS2C_HOME to the deploy folder (C:\axis2c-0.96)
     Add the path to lib directory to the PATH variable (%AXIS2C_HOME%\lib)
 
     Now everything is set to run the server!
 
-    C:\axis2c-0.94\bin>axis2_http_server.exe 
+    C:\axis2c-0.96\bin>axis2_http_server.exe 
 
     You should see the message:
         Started Simple Axis2 HTTP Server...
@@ -220,7 +230,7 @@
 
     Now you can run any sample client deployed under %AXIS2C_HOME%\bin\samples\
     Example:
-    C:\axis2c-0.94\bin\samples>echo.exe
+    C:\axis2c-0.96\bin\samples>echo.exe
 
 
 4. Getting Axis2C working with the source release on Windows.

Modified: webservices/axis2/tags/c/0.96/xdocs/docs/axis2c_manual.html
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/c/0.96/xdocs/docs/axis2c_manual.html?view=diff&rev=488927&r1=488926&r2=488927
==============================================================================
--- webservices/axis2/tags/c/0.96/xdocs/docs/axis2c_manual.html (original)
+++ webservices/axis2/tags/c/0.96/xdocs/docs/axis2c_manual.html Tue Dec 19 22:13:52 2006
@@ -31,7 +31,7 @@
   <li><a href="#appD">Appendix D  - service client options</a></li>
 </ol>
 
-<h1><a name="quick_start">1. Quick Start Guide</a></h1>
+<a name="quick_start"/><h1>1. Quick Start Guide</h1>
 
 <p>This sections is aimed to help you to get a Web service up in quick time
 using Axis2/C and consume that service using an Axis2/C client.</p>
@@ -950,7 +950,6 @@
 case of binary non optimised format,where enable mtom is false the attachment
 content would be sent in the payload itself, as a base64 encoded string.</p>
 <a name="eng_mod"></a>
-
 <h1>7. Engaging a Module</h1>
 
 <p>A module is a set of handlers that helps to extend the message processing
@@ -1134,7 +1133,8 @@
 <p>Remember to replace "module-name" with the name of the module you want to
 engage.</p>
 
-<h1><a name="ws_add">8. WS-Addressing</a></h1>
+<a name="ws_add"/>
+<h1>8. WS-Addressing</h1>
 
 <p><a href="http://www.w3.org/2002/ws/addr/">WS-Addressing</a> provides
 mechanisms to address Web services and messages. With Axis2/C, you can use
@@ -1186,7 +1186,7 @@
 be a message ID of a previously exchanged message.It helps to identify a
 previous message that relates to the current message.</p>
 
-<h1><a name="wrt_mod">9. Writing a Module</a></h1>
+<a name="wrt_mod"/><h1>9. Writing a Module</h1>
 
 <p>A module is an extension point in the Axis2/C engine. Modules are used to
 improve the quality of service in the Axis2/C engine.A SOAP message may
@@ -1374,7 +1374,7 @@
 <p>The handlers defined in a module can be added to Axis2/C system global
 phases or the module specific phases.</p>
 
-<h1><a name="sim_ser">11. Simple Axis Server</a></h1>
+<a name="sim_ser"/><h1>10. Simple Axis Server</h1>
 
 <p>simple axis server is the inbuilt server of the Axis2/C.<br>
 </p>
@@ -1405,7 +1405,7 @@
 
 [-f LOG_FILE]set log file to LOG_FILE. Default is $AXIS2C_HOME/logs/axis2.log or current folder if AXIS2C_HOME not set.</pre>
 
-<h1><a name="apa_mod">12. Deploying in Apache2</a></h1>
+<a name="apa_mod"/><h1>11. Deploying in Apache2</h1>
 
 <p>To build Axis2/C with Apache module, One needs to give the following
 configuration options on Linux platform.</p>
@@ -1497,7 +1497,7 @@
 <p><a
 href="http://localhost/axis2/services">http://localhost/axis2/services</a></p>
 
-<h1><a name="ssl_client">Using SSL Client</a></h1>
+<a name="ssl_client"/><h1>12. Using SSL Client</h1>
 
 <h3>Using SSL Client</h3>
 
@@ -1561,7 +1561,7 @@
   </li>
 </ul>
 
-<h1><a name="appA">Appendix A</a></h1>
+<a name="appA"/><h1>Appendix A</h1>
 
 <h2 style="margin-bottom: 0in">axis2.xml</h2>
 
@@ -2060,7 +2060,7 @@
   </tbody>
 </table>
 
-<h1><a name="appB">Appendix B</a></h1>
+<a name="appB"/><h1>Appendix B</h1>
 
 <h2 style="margin-bottom: 0in">services.xml</h2>
 
@@ -2235,7 +2235,7 @@
   </tbody>
 </table>
 
-<h1><a name="appC">Appendix C</a></h1>
+<a name="appC"/><h1>Appendix C</h1>
 
 <h2 style="margin-bottom: 0in">module.xml</h2>
 
@@ -2480,7 +2480,7 @@
 
 <p></p>
 
-<h1><a name="appD">Appendix D</a></h1>
+<a name="appD"/><h1>Appendix D</h1>
 
 <p>This document describes about various types of options in the
 axis2_options.h. These options are used by the service client before sending



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