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 ch...@apache.org on 2007/04/17 07:54:47 UTC

svn commit: r529493 - in /webservices/axis2/trunk/c/xdocs: docs/index.html docs/installationguide.html docs/om_tutorial.html download.html index.html

Author: chatra
Date: Mon Apr 16 22:54:46 2007
New Revision: 529493

URL: http://svn.apache.org/viewvc?view=rev&rev=529493
Log:
making minor corrections and upgrades

Modified:
    webservices/axis2/trunk/c/xdocs/docs/index.html
    webservices/axis2/trunk/c/xdocs/docs/installationguide.html
    webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html
    webservices/axis2/trunk/c/xdocs/download.html
    webservices/axis2/trunk/c/xdocs/index.html

Modified: webservices/axis2/trunk/c/xdocs/docs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/index.html?view=diff&rev=529493&r1=529492&r2=529493
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/index.html Mon Apr 16 22:54:46 2007
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>Apache Axis2/C Documentation</title>
-  <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/"
-  />
-</head>
-
-<body>
-<h1>Apache Axis2/C Documentation</h1>
-
-<h2>Getting Started</h2>
-<ul>
-  <li><a href="installationguide.html">Installation Guide</a></li>
-</ul>
-
-<h2>Manual</h2>
-<ul>
-<li><a href="axis2c_manual.html">Axis2/C Manual</a></li>
-</ul>
-
-<h2>Additional References</h2>
-<ul>
-  <li><a href="http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html">
-Architecture Guide</a></li>
-  <li><a href="architecture_notes.html">C Specific Architecture Notes</a></li>
-  <li><a href="om_tutorial.html">OM Tutorial</a></li>
-  <li><a href="../coding_conventions.html">Coding Conventions in Axis2/C</a></li>
-</ul>
-
-</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>Apache Axis2/C Documentation</title>
+  <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/"
+  />
+</head>
+
+<body>
+<h1>Apache Axis2/C Documentation</h1>
+
+<h2>Getting Started</h2>
+<ul>
+  <li><a href="installationguide.html">Installation Guide</a></li>
+</ul>
+
+<h2>Manual</h2>
+<ul>
+<li><a href="axis2c_manual.html">Axis2/C Manual</a></li>
+</ul>
+
+<h2>Additional References</h2>
+<ul>
+  <li><a href="http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html">
+Architecture Guide</a></li>
+  <li><a href="architecture_notes.html">C Specific Architecture Notes</a></li>
+  <li><a href="om_tutorial.html">OM Tutorial</a></li>
+  <li><a href="../coding_conventions.html">Coding Conventions in Axis2/C</a></li>
+</ul>
+
+</body>
+</html>

Modified: webservices/axis2/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/installationguide.html?view=diff&rev=529493&r1=529492&r2=529493
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/installationguide.html Mon Apr 16 22:54:46 2007
@@ -1,427 +1,427 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>Apache Axis2/C Installation Guide</title>
-  <meta name="generator" content="Bluefish 1.0.5"/>
-</head>
-
-<body>
-<h1>Apache Axis2/C Installation Guide</h1>
-
-<p>This document will guide you on how to install Axis2/C and run the server
-and client samples on Linux and Microsoft Windows operating systems.</p>
-
-<p>This release comes in two forms, source and binary. This document covers both those forms.</p>
-
-<p>Please send your feedback to the developer mailing list: <a
-href="mailto:axis-c-dev@ws.apache.org">axis-c-dev@ws.apache.org</a> (please
-remember to prefix the subject with [Axis2]). To subscribe to developer
-mailing list see <a href="http://ws.apache.org/axis2/c/mail-lists.html">here</a>.</p>
-
-<h2>Contents</h2>
-<ul>
-  <li><a href="#linux">Installing and Running on Linux</a>
-    <ul>
-      <li><a href="#linux_binary">Using Binary Release</a></li>
-      <li><a href="#linux_source">Using Source Release</a></li>
-    </ul>
-  </li>
-  <li><a href="#win">Installing and Running on Microsoft Windows (win32)</a>
-    <ul>
-      <li><a href="#win_binary">Using Binary Release</a>
-      </li>
-      <li><a href="#win_source">Using Source Release</a>
-      </li>
-    </ul>
-  </li>
-</ul>
-
-<a id="linux"></a>
-
-<h2>1. Installing and Running on Linux</h2>
-
-<p>This can be done using binary or source distributions.(You can download the two distributions <a href="http://ws.apache.org/axis2/c/download.cgi"> here</a>)</p>
-
-<p>To get both the binary and source distributions working, you need 
-<a href="http://xmlsoft.org/downloads.html">Libxml2</a>.</p>
-
-<p><b>Note :</b> Most Linux systems have Libxml2 installed by default. On MS
-Windows you need to download and install Libxml2.</p>
-
-<a id="linux_binary"></a>
-
-<h3>1.1. Installing Binary Distribution</h3>
-
-<p>The following steps need to be followed to install and run 
-Axis2/C binary distribution on Linux : - </p>
-<ol>
-  <li>Extract the binary tar package to a folder</li>
-  <li>Set AXIS2C_HOME environment variable pointing to the location where you
-    have extracted Axis2/C
-    <ul>
-      <li>AXIS2C_HOME='/your_path_to_axis2c'</li>
-      <li>export AXIS2C_HOME</li>
-      <p><strong>Note :</strong> You will need to set AXIS2C_HOME only if you
-      need to run Axis2/C samples. The reason is that the samples
-      use AXIS2C_HOME to get the path to Axis2/C repository. To write your own
-      services or clients this is not a requirement.</p>
-    </ul>
-  </li>
-  <li>Run the simple axis server:
-    <ul>
-      <li>To start the simple axis server on default port 9090, run the
-        following commands.
-        <ul>
-          <li>cd /your_path_to_axis2c/bin</li>
-          <li>./axis2_http_server</li>
-        </ul>
-      </li>
-      <li>To see the possible command line options run ./axis2_http_server -h
-        <p><strong>Note :</strong> If you run into shared library problems, try
-        setting the LD_LIBRARY_PATH to include the lib folder containing the Axis2/C libs.</p>
-        <ul>
-          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your_path_to_axis2c/lib</li>
-          <li>export LD_LIBRARY_PATH</li>
-        </ul>
-      </li>
-    </ul>
-  </li>
-  <li>Run the sample clients in a new shell
-    <ul>
-      <li>cd /your_path_to_axis2c/bin/samples</li>
-      <li>To run client for echo service
-        <ul>
-          <li>./echo</li>
-        </ul>
-      </li>
-      <li>To run client for math service
-        <ul>
-          <li>./math</li>
-        </ul>
-      </li>
-      <li>To see the possible command line options for sample clients run
-        them with '-h' option</li>
-      <p><strong>Note :</strong> If you run into shared library problems, try
-      setting the LD_LIBRARY_PATH</p>
-      <ul>
-          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your_path_to_axis2c/lib</li>
-          <li>export LD_LIBRARY_PATH</li>
-      </ul>
-    </ul>
-  </li>
-</ol>
-
-<ai id=linux_source>
-<h3>1.2. Installing Source Distribution</h3>
-
-<p>The following steps need to be followed to install and run Axis2/C using
-source distribution on Linux : - </p>
-<ol>
-  <li>Extract the source tar package to a folder</li>
-  <li>Set AXIS2C_HOME environment variable pointing to the location where you
-    want to install Axis2/C
-    <ul>
-      <li>AXIS2C_HOME='/your_desired_path_to_axis2c_installation'</li>
-      <li>export AXIS2C_HOME</li>
-      <p><strong>Note :</strong> You will need to set AXIS2C_HOME only if you
-      need to run Axis2/C samples. The reason is that the samples
-      use AXIS2C_HOME to get the path to Axis2/C repository. To write your own
-      services or clients this is not a requirement.</p>
-    </ul>
-  </li>
-  <li>Then go to the folder where you extracted the source
-    <ul>
-      <li>cd /your_path_to_axis2c_source</li>
-    </ul>
-  </li>
-  <li>Build the source
-    <ul>
-      <li>This can be done using the following command sequence in the
-        directory where you have extracted the source:
-        <ul>
-          <li>./configure</li>
-          <li>make</li>
-          <li>make install</li>
-        </ul>
-      </li>
-      <li>Use './configure --help' for possible command line options.</li>
-      <li><strong>Note :</strong>If you do not provide a --prefix configure
-        option, the default installation would be /usr/local/axis2c
-        directory.</li>
-      <li>You may need to try Axis2/C with Guththila XML parser. You can do
-        that by providing --enable-guththila=yes option when configuring
-        <ul>
-          <li>./configure --enable-guththila=yes [other configuration
-          options]</li>
-          <li>make</li>
-          <li>make install</li>
-        </ul>
-      </li>
-      <li>If you need to get the samples working, you also need to build the
-        samples. <br />
-        To build the samples:
-        <ul>
-          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path_you_installed_axis2c/lib/</li>
-          <li>export LD_LIBRARY_PATH</li>
-          <li>cd samples</li>
-          <li>./configure --prefix=${AXIS2C_HOME}
-            --with-axis2_util=${AXIS2C_HOME}/include
-            --with-axiom=${AXIS2C_HOME}/include</li>
-          <li>make</li>
-          <li>make install</li>
-        </ul>
-      </li>
-      <li>Please run "./configure --help" in samples folder for more
-        information on configure options.</li>
-      <li><strong>Note :</strong> If you do not provide a --prefix configure
-        option, samples will by default be installed into
-        "/usr/local/axis2c/bin/samples" directory.</li>
-    </ul>
-  </li>
-  <li>Go to where you installed Axis2/C.</li>
-  <li>Start simple axis server
-    <ul>
-      <li>To start the simple axis server on port 9090 run the following
-        command lines
-        <ul>
-          <li>cd /path_you_installed_axis2c/bin</li>
-          <li>./axis2_http_server</li>
-        </ul>
-      </li>
-      <li>To see the possible command line options run ./axis2_http_server -h</li>
-      <li><strong>Note :</strong> You may need to be logged in as a superuser to
-        run the simple axis server, if you installed Axis2/C as super user.</li>
-    </ul>
-  </li>
-  <li>Run the sample clients in a new shell using the following command lines
-    <ul>
-      <li>cd /path_you_installed_axis2c/bin/samples</li>
-      <li>to run client for echo service
-        <ul>
-          <li>./echo</li>
-        </ul>
-      </li>
-      <li>to run client for math service
-        <ul>
-          <li>./math</li>
-        </ul>
-      </li>
-      <li>To see the possible command line options for sample clients run
-        them with '-h' option</li>
-    </ul>
-  </li>
-</ol>
-
-<a id="win"></a>
-
-<h2>2. Installing and Running on Microsoft Windows</h2>
-
-<p>This too can be done using either binary or source distributions.
-(You can download the two distributions <a href="http://ws.apache.org/axis2/c/download.cgi"> here</a>)</p>
-
-<p>For both the binary and source distributions, you need to 
-download <a href="http://xmlsoft.org/downloads.html">Libxml2</a>.</p>
-
-<a id="win_binary"></a>
-
-<h3>2. 1. Installing Binary Distribution</h3>
-<a id="bin_req"></a>
-
-<h4>2.1.1. Requirements</h4>
-<ul>
-  <li>The binaries shipped with this version are compiled with Microsoft
-    Visual Studio compiler (cl)</li>
-
-  <p>(Note: you can  <a href="http://msdn.microsoft.com/vstudio/express/downloads/">download Microsoft VSExpress2005 edition</a> 
-  from the Microsoft Web site and install it to run these binaries)</p>
-  <li>You also need the following DLLs:
-    <ul>
-      <li>libxml2.dll [http://www.xmlsoft.org - download the version &gt;=
-       libxml2-2.6.27.win32]</li>
-      <li>iconv.dll [http://www.gnu.org/software/libiconv/ - download the version &gt;=
-        iconv-1.9.1.win32]</li>
-      <li>zlib1.dll [http://www.gzip.org/zlib/ - download the version &gt;=
-        zlib-1.2.3.win32]</li>
-    </ul>
-  </li>
-</ul>
-<a id="bin_binaries"></a>
-
-<h4>2.1.2. Binaries in The Release</h4>
-<ul>
-  <li>Extract the binary distribution to a folder of your choice. (example:
-    C:\axis2c)</li>
-  <li>The C:\axis2c folder structure is as follows:</li>
-
-  <p><img alt="Figure: c:\axis2c Folder Structure"
-  src="images/binary_folder_structure.jpg" /></p>
-
-  <p><em>The above folders contain the following files:</em></p>
-  <ul>
-    <li>bin - server and other executable</li>
-    <li>bin\samples - client samples go here</li>
-    <li>lib - library modules</li>
-    <li>services - deployed services</li>
-    <li>modules - deployed modules</li>
-    <li>include - all include files of Axis2/C</li>
-    <li>logs - system and client logs are written to this folder</li>
-  </ul>
-  <li>Copy libxml2.dll, iconv.dll and zlib1.dll downloaded to
-  C:\axis2c\lib</li>
-</ul>
-<a id="bin_run"></a>
-
-<h4>2.1.3. Running The Binaries</h4>
-<ul>
-  <li>First, you need to set a couple of environment variables before you can
-    run the server and samples.
-    <ul>
-      <li>Set the variable AXIS2C_HOME to the deploy folder (C:\axis2c)</li>
-      <li>Add the path to lib directory to the PATH variable
-      (%AXIS2C_HOME%\lib)</li>
-    </ul>
-  </li>
-  <li>Now everything is set to run the server<br\>
-   C:\axis2c\bin\&gt;axis2_http_server.exe</li>
-  <li>If the server is running successfully you should see the message
-    "Started Simple Axis2 HTTP Server..."</li>
-  <li>The log is by default created in %AXIS2C_HOME%\logs folder with the
-    name axis2.log.</li>
-  <li>(Note: You may provide command line options to change the default
-    behavior. Use the command "axis2_http_server.exe -h" to learn about the
-    usage)</li>
-  <li>Now you can run any sample client located in %AXIS2C_HOME%\bin\samples\
-    <ul>
-      <li>Example: C:\axis2c\bin\samples\&gt; echo.exe</li>
-    </ul>
-  </li>
-</ul>
-<a id="win_source"></a>
-
-<h3>2. 2. Installing Source Distribution</h3>
-<a id="src_req"></a>
-
-<h4>2.2.1. Requirements</h4>
-<ul>
-  <li>The makefile shipped with this version needs Microsoft Visual Studio
-    Compiler (cl) and nmake build tool.</li>
-
-  <p>(Note: You can  <a href="http://msdn.microsoft.com/vstudio/express/downloads/">download Microsoft VSExpress2005 edition and Platform SDK </a>
-  from Microsoft Web site. You will need to add the path to Platform SDK
-  Include and Lib folders to makefile)</p>
-  <li>You also need
-    <ul>
-      <li>Libxml2 [http://www.xmlsoft.org - download the version &gt;=
-        libxml2-2.6.27.win32]</li>
-      <li>iconv [http://www.gnu.org/software/libiconv/ - download the version &gt;=
-        iconv-1.9.1.win32]</li>
-      <li>zlib [http://www.gzip.org/zlib/ - download the version &gt;=
-        zlib-1.2.3.win32]</li>
-    </ul>
-  </li>
-</ul>
-<a id="edit"></a>
-
-<h4>2.2.3. Editing configure.in File</h4>
-<p>Please edit &lt;source_distribution&gt;\build\win32\configure.in file to include following information. </p>
-<ul>
-  <li>The default paths for Libxml2 and iconv are specified in configure.in
-    <ul>
-      <li>Example:If libxml2 is installed into C:\libxml2, edit configure.in file accordingly.</li>
-    </ul>
-  </li>
-  <li>You can either extract Libxml2 to this folder, in which case folder
-    structure for C:\libxml2 should look like the following:</li>
-
-  <p><img alt="Figure: C:\libxml2 Folder Structure"
-  src="images/folder_structure_libxml2.jpg" /></p>
-
-  <p>Or extract to a location of your choice and edit the configure.in
-  accordingly.</p>
-  <li>You need to have zlib1.dll in a library path. You may copy this DLL to
-    libxml2/lib.</li>
-  <li>If you need the parser to use Guththila XML parser, ENABLE_GUTHTHILA option should be set to 1 in configure.in
-    <ul>
-      <li>Example: ENABLE_GUTHTHILA  = 1 </li>
-    </ul>
-  </li>
-</ul>
-
-<a id="src_compile"></a>
-
-<h4>2.2.4. Compiling The Source</h4>
-
-<p>The following steps will take you through the source compilation</p>
-<ul>
-  <li>Extract the source distribution to a folder of your choice. (Example:
-    C:\axis2c)</li>
-  <li>Edit configure.in file as explained in the section 2.2.3 </li>
-  <li>Open a DOS shell</li>
-  <li>cd C:\axis2c\build\win32</li>
-  <li>to access .Net tools, run
-    <ul>
-      <li>C:\axis2c\build\win32&gt; vcvars32.bat</li>
-    </ul>
-    <p>(Note: You may need to set the PATH environment variable to
-    vcvars32.bat if Windows complaints that it cannot find this batch file. This file is located in 
-    &lt;your MS Visual Studio install Directory&gt;\VC\bin directory.)</p>
-  </li>
-  <li>To build the system and create the binary files in a directory named deploy under build
-    directory:
-    <ul>
-      <li>C:\axis2c\build\win32&gt;nmake install</li>
-    </ul>
-  </li>
-  <li>The deploy folder structure is as follows:</li>
-
-  <p><img alt="Figure: deploy Folder Structure"
-  src="images/folder_structure.jpg" /></p>
-
-  <p><em>The above folders contain the following files:</em></p>
-  <ul>
-    <li>bin - server and other executable</li>
-    <li>bin\samples - client samples</li>
-    <li>lib - library modules</li>
-    <li>services - deployed services</li>
-    <li>modules - deployed modules</li>
-    <li>include - all include files of Axis2 C</li>
-    <li>logs - system and client logs are written to this folder</li>
-  </ul>
-</ul>
-<a id="src_run"></a>
-
-<h4>2.2.5. Running The Binaries</h4>
-<ul>
-  <li>You need to set couple of environment variables before you can run the
-    server and samples.
-    <ul>
-      <li>Set the variable AXIS2C_HOME to the deploy folder
-        (C:\axis2c\build\deploy)</li>
-      <li>Add the path to lib directory to PATH variable
-      (%AXIS2C_HOME%\lib)</li>
-      <li>Copy libxml2.dll, iconv.dll and zlib1.dll to Axis2/C lib folder
-        (%AXIS2C_HOME%\lib)</li>
-    </ul>
-  </li>
-  <li>Now run the server - C:\axis2c\build\deploy\bin&gt;
-    axis2_http_server.exe</li>
-  <li>If server is running successfully you should see the message "Started
-    Simple Axis2 HTTP Server..."</li>
-  <li>The log is by default created under %AXIS2C_HOME%\logs folder with the
-    name axis2.log.</li>
-  <li>(Note: you may provide command line options to change the default
-    behavior. Use the command "axis2_http_server.exe -h" to learn about the
-    usage)</li>
-  <li>Now you can run any sample client deployed under
-    %AXIS2C_HOME%\bin\samples\
-    <ul>
-      <li>Example: C:\axis2c\build\deploy\bin\samples&gt; echo.exe</li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>Apache Axis2/C Installation Guide</title>
+  <meta name="generator" content="Bluefish 1.0.5"/>
+</head>
+
+<body>
+<h1>Apache Axis2/C Installation Guide</h1>
+
+<p>This document will guide you on how to install Axis2/C and run the server
+and client samples on Linux and Microsoft Windows operating systems.</p>
+
+<p>This release comes in two forms, source and binary. This document covers both those forms.</p>
+
+<p>Please send your feedback to the developer mailing list: <a
+href="mailto:axis-c-dev@ws.apache.org">axis-c-dev@ws.apache.org</a> (please
+remember to prefix the subject with [Axis2]). To subscribe to developer
+mailing list see <a href="http://ws.apache.org/axis2/c/mail-lists.html">here</a>.</p>
+
+<h2>Contents</h2>
+<ul>
+  <li><a href="#linux">Installing and Running on Linux</a>
+    <ul>
+      <li><a href="#linux_binary">Using Binary Release</a></li>
+      <li><a href="#linux_source">Using Source Release</a></li>
+    </ul>
+  </li>
+  <li><a href="#win">Installing and Running on Microsoft Windows (win32)</a>
+    <ul>
+      <li><a href="#win_binary">Using Binary Release</a>
+      </li>
+      <li><a href="#win_source">Using Source Release</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+<a id="linux"></a>
+
+<h2>1. Installing and Running on Linux</h2>
+
+<p>This can be done using binary or source distributions.(You can download the two distributions <a href="http://ws.apache.org/axis2/c/download.cgi"> here</a>)</p>
+
+<p>To get both the binary and source distributions working, you need 
+<a href="http://xmlsoft.org/downloads.html">Libxml2</a>.</p>
+
+<p><b>Note :</b> Most Linux systems have Libxml2 installed by default. On MS
+Windows you need to download and install Libxml2.</p>
+
+<a id="linux_binary"></a>
+
+<h3>1.1. Installing Binary Distribution</h3>
+
+<p>The following steps need to be followed to install and run 
+Axis2/C binary distribution on Linux : - </p>
+<ol>
+  <li>Extract the binary tar package to a folder</li>
+  <li>Set AXIS2C_HOME environment variable pointing to the location where you
+    have extracted Axis2/C
+    <ul>
+      <li>AXIS2C_HOME='/your_path_to_axis2c'</li>
+      <li>export AXIS2C_HOME</li>
+      <p><strong>Note :</strong> You will need to set AXIS2C_HOME only if you
+      need to run Axis2/C samples. The reason is that the samples
+      use AXIS2C_HOME to get the path to Axis2/C repository. To write your own
+      services or clients this is not a requirement.</p>
+    </ul>
+  </li>
+  <li>Run the simple axis server:
+    <ul>
+      <li>To start the simple axis server on default port 9090, run the
+        following commands.
+        <ul>
+          <li>cd /your_path_to_axis2c/bin</li>
+          <li>./axis2_http_server</li>
+        </ul>
+      </li>
+      <li>To see the possible command line options run ./axis2_http_server -h
+        <p><strong>Note :</strong> If you run into shared library problems, try
+        setting the LD_LIBRARY_PATH to include the lib folder containing the Axis2/C libs.</p>
+        <ul>
+          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your_path_to_axis2c/lib</li>
+          <li>export LD_LIBRARY_PATH</li>
+        </ul>
+      </li>
+    </ul>
+  </li>
+  <li>Run the sample clients in a new shell
+    <ul>
+      <li>cd /your_path_to_axis2c/bin/samples</li>
+      <li>To run client for echo service
+        <ul>
+          <li>./echo</li>
+        </ul>
+      </li>
+      <li>To run client for math service
+        <ul>
+          <li>./math</li>
+        </ul>
+      </li>
+      <li>To see the possible command line options for sample clients run
+        them with '-h' option</li>
+      <p><strong>Note :</strong> If you run into shared library problems, try
+      setting the LD_LIBRARY_PATH</p>
+      <ul>
+          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your_path_to_axis2c/lib</li>
+          <li>export LD_LIBRARY_PATH</li>
+      </ul>
+    </ul>
+  </li>
+</ol>
+
+<a id="linux_source"></a>
+<h3>1.2. Installing Source Distribution</h3>
+
+<p>The following steps need to be followed to install and run Axis2/C using
+source distribution on Linux : - </p>
+<ol>
+  <li>Extract the source tar package to a folder</li>
+  <li>Set AXIS2C_HOME environment variable pointing to the location where you
+    want to install Axis2/C
+    <ul>
+      <li>AXIS2C_HOME='/your_desired_path_to_axis2c_installation'</li>
+      <li>export AXIS2C_HOME</li>
+      <p><strong>Note :</strong> You will need to set AXIS2C_HOME only if you
+      need to run Axis2/C samples. The reason is that the samples
+      use AXIS2C_HOME to get the path to Axis2/C repository. To write your own
+      services or clients this is not a requirement.</p>
+    </ul>
+  </li>
+  <li>Then go to the folder where you extracted the source
+    <ul>
+      <li>cd /your_path_to_axis2c_source</li>
+    </ul>
+  </li>
+  <li>Build the source
+    <ul>
+      <li>This can be done using the following command sequence in the
+        directory where you have extracted the source:
+        <ul>
+          <li>./configure</li>
+          <li>make</li>
+          <li>make install</li>
+        </ul>
+      </li>
+      <li>Use './configure --help' for possible command line options.</li>
+      <li><strong>Note :</strong>If you do not provide a --prefix configure
+        option, the default installation would be /usr/local/axis2c
+        directory.</li>
+      <li>You may need to try Axis2/C with Guththila XML parser. You can do
+        that by providing --enable-guththila=yes option when configuring
+        <ul>
+          <li>./configure --enable-guththila=yes [other configuration
+          options]</li>
+          <li>make</li>
+          <li>make install</li>
+        </ul>
+      </li>
+      <li>If you need to get the samples working, you also need to build the
+        samples. <br />
+        To build the samples:
+        <ul>
+          <li>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path_you_installed_axis2c/lib/</li>
+          <li>export LD_LIBRARY_PATH</li>
+          <li>cd samples</li>
+          <li>./configure --prefix=${AXIS2C_HOME}
+            --with-axis2_util=${AXIS2C_HOME}/include
+            --with-axiom=${AXIS2C_HOME}/include</li>
+          <li>make</li>
+          <li>make install</li>
+        </ul>
+      </li>
+      <li>Please run "./configure --help" in samples folder for more
+        information on configure options.</li>
+      <li><strong>Note :</strong> If you do not provide a --prefix configure
+        option, samples will by default be installed into
+        "/usr/local/axis2c/bin/samples" directory.</li>
+    </ul>
+  </li>
+  <li>Go to where you installed Axis2/C.</li>
+  <li>Start simple axis server
+    <ul>
+      <li>To start the simple axis server on port 9090 run the following
+        command lines
+        <ul>
+          <li>cd /path_you_installed_axis2c/bin</li>
+          <li>./axis2_http_server</li>
+        </ul>
+      </li>
+      <li>To see the possible command line options run ./axis2_http_server -h</li>
+      <li><strong>Note :</strong> You may need to be logged in as a superuser to
+        run the simple axis server, if you installed Axis2/C as super user.</li>
+    </ul>
+  </li>
+  <li>Run the sample clients in a new shell using the following command lines
+    <ul>
+      <li>cd /path_you_installed_axis2c/bin/samples</li>
+      <li>to run client for echo service
+        <ul>
+          <li>./echo</li>
+        </ul>
+      </li>
+      <li>to run client for math service
+        <ul>
+          <li>./math</li>
+        </ul>
+      </li>
+      <li>To see the possible command line options for sample clients run
+        them with '-h' option</li>
+    </ul>
+  </li>
+</ol>
+
+<a id="win"></a>
+
+<h2>2. Installing and Running on Microsoft Windows</h2>
+
+<p>This too can be done using either binary or source distributions.
+(You can download the two distributions <a href="http://ws.apache.org/axis2/c/download.cgi"> here</a>)</p>
+
+<p>For both the binary and source distributions, you need to 
+download <a href="http://xmlsoft.org/downloads.html">Libxml2</a>.</p>
+
+<a id="win_binary"></a>
+
+<h3>2. 1. Installing Binary Distribution</h3>
+<a id="bin_req"></a>
+
+<h4>2.1.1. Requirements</h4>
+<ul>
+  <li>The binaries shipped with this version are compiled with Microsoft
+    Visual Studio compiler (cl)</li>
+
+  <p>(Note: you can  <a href="http://msdn.microsoft.com/vstudio/express/downloads/">download Microsoft VSExpress2005 edition</a> 
+  from the Microsoft Web site and install it to run these binaries)</p>
+  <li>You also need the following DLLs:
+    <ul>
+      <li>libxml2.dll [http://www.xmlsoft.org - download the version &gt;=
+       libxml2-2.6.27.win32]</li>
+      <li>iconv.dll [http://www.gnu.org/software/libiconv/ - download the version &gt;=
+        iconv-1.9.1.win32]</li>
+      <li>zlib1.dll [http://www.gzip.org/zlib/ - download the version &gt;=
+        zlib-1.2.3.win32]</li>
+    </ul>
+  </li>
+</ul>
+<a id="bin_binaries"></a>
+
+<h4>2.1.2. Binaries in The Release</h4>
+<ul>
+  <li>Extract the binary distribution to a folder of your choice. (example:
+    C:\axis2c)</li>
+  <li>The C:\axis2c folder structure is as follows:</li>
+
+  <p><img alt="Figure: c:\axis2c Folder Structure"
+  src="images/binary_folder_structure.jpg" /></p>
+
+  <p><em>The above folders contain the following files:</em></p>
+  <ul>
+    <li>bin - server and other executable</li>
+    <li>bin\samples - client samples go here</li>
+    <li>lib - library modules</li>
+    <li>services - deployed services</li>
+    <li>modules - deployed modules</li>
+    <li>include - all include files of Axis2/C</li>
+    <li>logs - system and client logs are written to this folder</li>
+  </ul>
+  <li>Copy libxml2.dll, iconv.dll and zlib1.dll downloaded to
+  C:\axis2c\lib</li>
+</ul>
+<a id="bin_run"></a>
+
+<h4>2.1.3. Running The Binaries</h4>
+<ul>
+  <li>First, you need to set a couple of environment variables before you can
+    run the server and samples.
+    <ul>
+      <li>Set the variable AXIS2C_HOME to the deploy folder (C:\axis2c)</li>
+      <li>Add the path to lib directory to the PATH variable
+      (%AXIS2C_HOME%\lib)</li>
+    </ul>
+  </li>
+  <li>Now everything is set to run the server<p>
+   C:\axis2c\bin\&gt;axis2_http_server.exe</p></li>
+  <li>If the server is running successfully you should see the message
+    "Started Simple Axis2 HTTP Server..."</li>
+  <li>The log is by default created in %AXIS2C_HOME%\logs folder with the
+    name axis2.log.</li>
+  <li>(Note: You may provide command line options to change the default
+    behavior. Use the command "axis2_http_server.exe -h" to learn about the
+    usage)</li>
+  <li>Now you can run any sample client located in %AXIS2C_HOME%\bin\samples\
+    <ul>
+      <li>Example: C:\axis2c\bin\samples\&gt; echo.exe</li>
+    </ul>
+  </li>
+</ul>
+<a id="win_source"></a>
+
+<h3>2. 2. Installing Source Distribution</h3>
+<a id="src_req"></a>
+
+<h4>2.2.1. Requirements</h4>
+<ul>
+  <li>The makefile shipped with this version needs Microsoft Visual Studio
+    Compiler (cl) and nmake build tool.</li>
+
+  <p>(Note: You can  <a href="http://msdn.microsoft.com/vstudio/express/downloads/">download Microsoft VSExpress2005 edition and Platform SDK </a>
+  from Microsoft Web site. You will need to add the path to Platform SDK
+  Include and Lib folders to makefile)</p>
+  <li>You also need
+    <ul>
+      <li>Libxml2 [http://www.xmlsoft.org - download the version &gt;=
+        libxml2-2.6.27.win32]</li>
+      <li>iconv [http://www.gnu.org/software/libiconv/ - download the version &gt;=
+        iconv-1.9.1.win32]</li>
+      <li>zlib [http://www.gzip.org/zlib/ - download the version &gt;=
+        zlib-1.2.3.win32]</li>
+    </ul>
+  </li>
+</ul>
+<a id="edit"></a>
+
+<h4>2.2.3. Editing configure.in File</h4>
+<p>Please edit &lt;source_distribution&gt;\build\win32\configure.in file to include following information. </p>
+<ul>
+  <li>The default paths for Libxml2 and iconv are specified in configure.in
+    <ul>
+      <li>Example:If libxml2 is installed into C:\libxml2, edit configure.in file accordingly.</li>
+    </ul>
+  </li>
+  <li>You can either extract Libxml2 to this folder, in which case folder
+    structure for C:\libxml2 should look like the following:</li>
+
+  <p><img alt="Figure: C:\libxml2 Folder Structure"
+  src="images/folder_structure_libxml2.jpg" /></p>
+
+  <p>Or extract to a location of your choice and edit the configure.in
+  accordingly.</p>
+  <li>You need to have zlib1.dll in a library path. You may copy this DLL to
+    libxml2/lib.</li>
+  <li>If you need the parser to use Guththila XML parser, ENABLE_GUTHTHILA option should be set to 1 in configure.in
+    <ul>
+      <li>Example: ENABLE_GUTHTHILA  = 1 </li>
+    </ul>
+  </li>
+</ul>
+
+<a id="src_compile"></a>
+
+<h4>2.2.4. Compiling The Source</h4>
+
+<p>The following steps will take you through the source compilation</p>
+<ul>
+  <li>Extract the source distribution to a folder of your choice. (Example:
+    C:\axis2c)</li>
+  <li>Edit configure.in file as explained in the section 2.2.3 </li>
+  <li>Open a DOS shell</li>
+  <li>cd C:\axis2c\build\win32</li>
+  <li>to access .Net tools, run
+    <ul>
+      <li>C:\axis2c\build\win32&gt; vcvars32.bat</li>
+    </ul>
+    <p>(Note: You may need to set the PATH environment variable to
+    vcvars32.bat if Windows complaints that it cannot find this batch file. This file is located in 
+    &lt;your MS Visual Studio install Directory&gt;\VC\bin directory.)</p>
+  </li>
+  <li>To build the system and create the binary files in a directory named deploy under build
+    directory:
+    <ul>
+      <li>C:\axis2c\build\win32&gt;nmake install</li>
+    </ul>
+  </li>
+  <li>The deploy folder structure is as follows:</li>
+
+  <p><img alt="Figure: deploy Folder Structure"
+  src="images/folder_structure.jpg" /></p>
+
+  <p><em>The above folders contain the following files:</em></p>
+  <ul>
+    <li>bin - server and other executable</li>
+    <li>bin\samples - client samples</li>
+    <li>lib - library modules</li>
+    <li>services - deployed services</li>
+    <li>modules - deployed modules</li>
+    <li>include - all include files of Axis2 C</li>
+    <li>logs - system and client logs are written to this folder</li>
+  </ul>
+</ul>
+<a id="src_run"></a>
+
+<h4>2.2.5. Running The Binaries</h4>
+<ul>
+  <li>You need to set couple of environment variables before you can run the
+    server and samples.
+    <ul>
+      <li>Set the variable AXIS2C_HOME to the deploy folder
+        (C:\axis2c\build\deploy)</li>
+      <li>Add the path to lib directory to PATH variable
+      (%AXIS2C_HOME%\lib)</li>
+      <li>Copy libxml2.dll, iconv.dll and zlib1.dll to Axis2/C lib folder
+        (%AXIS2C_HOME%\lib)</li>
+    </ul>
+  </li>
+  <li>Now run the server - C:\axis2c\build\deploy\bin&gt;
+    axis2_http_server.exe</li>
+  <li>If server is running successfully you should see the message "Started
+    Simple Axis2 HTTP Server..."</li>
+  <li>The log is by default created under %AXIS2C_HOME%\logs folder with the
+    name axis2.log.</li>
+  <li>(Note: you may provide command line options to change the default
+    behavior. Use the command "axis2_http_server.exe -h" to learn about the
+    usage)</li>
+  <li>Now you can run any sample client deployed under
+    %AXIS2C_HOME%\bin\samples\
+    <ul>
+      <li>Example: C:\axis2c\build\deploy\bin\samples&gt; echo.exe</li>
+    </ul>
+  </li>
+</ul>
+</body>
+</html>

Modified: webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html?view=diff&rev=529493&r1=529492&r2=529493
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html Mon Apr 16 22:54:46 2007
@@ -21,7 +21,7 @@
       Tutorial</a></li>
       <li><a href="#What_is_Pull_Parsing">What is Pull Parsing</a></li>
       <li><a href="#Features_of_OM">Features of AXIOM</a></li>
-      <li><a href="#Where_Does_SOAP_Come_into_Play?">Where does SOAP come
+      <li><a href="#Where_Does_SOAP_Come_into_Play">Where does SOAP come
         into play?</a></li>
     </ul>
   </li>
@@ -126,7 +126,7 @@
 <code>axiom_xml_reader</code> API. Hence the complexities of the pull event
 stream are hidden form the user.</p>
 
-<a id="Where_Does_SOAP_Come_into_Play?"></a>
+<a id="Where_Does_SOAP_Come_into_Play"></a>
 <h3>Where does SOAP come into play?</h3>
 
 <p>In a nutshell SOAP is an information exchange protocol based on XML. SOAP
@@ -264,11 +264,8 @@
 <code>my_node</code> pointer, it will return
 <code>AXIOM_ELEMENT</code>.</p>
 
-<div>
-<p></p>
-
 <p><b>Code Listing 1</b></p>
-</div>
+
 <pre>axiom_xml_reader_t&nbsp;*xml_reader&nbsp;=&nbsp;NULL;<br />
 axiom_stax_builder_t&nbsp;*om_builder&nbsp;=&nbsp;NULL;<br />
 axiom_soap_builder_t&nbsp;*soap_builder&nbsp;=&nbsp;NULL;<br />
@@ -290,7 +287,7 @@
 information to the XML infoset model to build AXIOM tree.</p>
 
 <p><b>Code Listing 2</b></p>
-</div>
+
 <pre class="code">axiom_namespace_t *ns1 = NULL;
 axiom_namespace_t *ns2 = NULL;
 
@@ -411,9 +408,9 @@
 <p>The following sample code segment shows how the namespaces are dealt with
 in AXIOM.</p>
 
-<div>
+
 <p><b>Code Listing 6</b></p>
-</div>
+
 <pre class="code">axiom_namespace_t *ns1 = NULL;
 axiom_namespace_t *ns2 = NULL;
 axiom_namespace_t *ns3 = NULL;
@@ -651,10 +648,9 @@
 <p>The following code segment shows how to use the AXIOM for completely building
 a document and then serializing it into text pushing the output to the
 console.</p>
-<div>
 <p></p>
 <p><b>Code Listing 10</b></p>
-</div>
+
 <pre>#include&nbsp;&lt;axiom.h&gt;
 #include&nbsp;&lt;axis2_util.h&gt;
 #include&nbsp;&lt;axutil_env.h&gt;

Modified: webservices/axis2/trunk/c/xdocs/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/download.html?view=diff&rev=529493&r1=529492&r2=529493
==============================================================================
--- webservices/axis2/trunk/c/xdocs/download.html (original)
+++ webservices/axis2/trunk/c/xdocs/download.html Mon Apr 16 22:54:46 2007
@@ -8,10 +8,9 @@
 <h2>Apache Axis2/C Releases</h2>
 
 <div align="left">
-<p>Apache Axis2/C is nearing the version 1.0 release. Several releases have
-been made in the recent past, moving towards the 1.0.0 release. These
-releases are available for download as a source or binary. For more
-information on Apache software releases, please see <a
+<p>Several releases have been made in the recent past, moving towards the
+1.0.0 release. These releases are available for download as a source or
+binary. For more information on Apache software releases, please see <a
 href="http://www.apache.org/dev/release.html">Apache Releases FAQ</a>.</p>
 </div>
 

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?view=diff&rev=529493&r1=529492&r2=529493
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Mon Apr 16 22:54:46 2007
@@ -11,7 +11,7 @@
 <h1>Welcome to Apache Axis2/C</h1>
 
 <p>Apache Axis2/C is an effort to implement <a
-href="http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html">Axis2
+href="http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html">Axis2
 architecture</a> in C. Apache Axis2/C can be used to provide and consume Web
 Services.</p>
 



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