Author: damitha
Date: Sat Jun 20 13:43:04 2009
New Revision: 786820
URL: http://svn.apache.org/viewvc?rev=786820&view=rev
Log:
Updating the documentation
Modified:
webservices/sandesha/trunk/c/xdocs/docs/installationguide.html
Modified: webservices/sandesha/trunk/c/xdocs/docs/installationguide.html
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/xdocs/docs/installationguide.html?rev=786820&r1=786819&r2=786820&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/sandesha/trunk/c/xdocs/docs/installationguide.html Sat Jun 20
13:43:04 2009
@@ -1,12 +1,9 @@
-<?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>Installation Guide</title>
-</head>
+<!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>Installation Guide</title></head>
+
<body>
<h1>Apache Sandesha2/C Installation Guide</h1>
@@ -15,13 +12,10 @@
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 forms.</p>
+<p>This release consists of a source distribution.</p>
-<p>Please send your feedback to the developer mailing list: <a
-href="mailto:[email protected]">[email protected]</a>
-(Subscription details are available on the <a
-href="http://ws.apache.org/sandesha/sandesha2/c">Sandesha2 site</a>.) Please
+<p>Please send your feedback to the developer mailing list: <a
href="mailto:[email protected]">[email protected]</a>
+(Subscription details are available on the <a
href="http://ws.apache.org/sandesha/sandesha2/c">Sandesha2 site</a>.) Please
remember to prefix the subject with [Axis2].</p>
<h2>Contents</h2>
@@ -29,13 +23,13 @@
<li><a href="#linux">Installing and Running on Linux</a>
<ul>
<li><a href="#linux_source">Using the Source Release</a></li>
- <li><a href="#linux_binary">Using the Binary Release</a></li>
+
</ul>
</li>
<li><a href="#win">Installing and Running on Microsoft Windows (win32)</a>
<ul>
<li><a href="#win_source">Using the Source Release</a></li>
- <li><a href="#win_binary">Using the Binary Release</a></li>
+
</ul>
</li>
</ul>
@@ -43,15 +37,13 @@
<h2>1. Installing and Running on Linux</h2>
-<p>This can be done using binary or source distributions. (<a
-href="http://ws.apache.org/sandesha/sandesha2/c/download.cgi">Download</a>
+<p>This can be done using binary or source distributions. (<a
href="http://ws.apache.org/sandesha/sandesha2/c/download.cgi">Download</a>
the two distributions)</p>
<a id="linux_source"></a>
<h3>1.1. Installing Sandesha2/C Source Release on Linux</h3>
-<p>This version of Sandesha2/C depends on Axis2/C 1.3.0 <a
-href="http://ws.apache.org/axis2/c/download.cgi">Download Axis2/C</a> from
+<p>This version of Sandesha2/C depends on Axis2/C 1.3.0 <a
href="http://ws.apache.org/axis2/c/download.cgi">Download Axis2/C</a> from
and install.</p>
<ol>
<li>Download Sandesha2 source distribution</li>
@@ -77,50 +69,29 @@
<p>make install</p>
-<h3>1.2. Installing Sandesha2/C Binary Release on Linux</h3>
-<p>Sandesha2/C binary distribution for Linux has the following folder
+
+<p>Sandesha2/C deployment structure for Linux has the following folder
structure.</p>
-<pre>
- Sandesha2
- |
- + - modules/sandesha2 (sandesha2 module library and module.xml file)
- + - docs
- + - config (Contain sample module.xml and axis2.xml files)
- |
- + - samples
- |
- + - source files of samples in folders
- + - services (Contain sample service)
- |
- + - include ( header files)
- + - bin/samples ( sample executables)
- + - lib (libsandesha2_client.so)</pre>
-
-<p>To deploy Sandesha2/C in Axis2/C running environment copy the
-modules/sandesha2 into <axis2c_deploy_path>/modules folder. Also copy
-the libsandesha2_client.so into <axis2c_deploy_path>/lib folder. Do the
-necessary changes to the <axis2c_deploy_path>/axis2.xml to run
-Sandesha2/C(Refer to the sample config/axis2.xml for help). To run samples
-copy the server sample services/RMSampleService into
-<axis2c_deploy_path>/services folder and start the server. Then you can
-run the client samples in bin/samples/sandesha2. To see the messages passing
-through the wire use a Tcp Monitor.</p>
+<pre> <br> Sandesha2<br> |<br> + - modules/sandesha2
(sandesha2 module library and module.xml file)<br> + - docs<br> +
- config (Contain sample module.xml and axis2.xml files)<br> |<br>
+ - samples/bin/sandesha2 ( sample executables<br> |<br> + -
services (Contain sample service)<br> |<br> + - include ( header
files)<br> + - lib (libsandesha2_client.so)</pre>
+
+<p>You
+run the client samples in samples/bin/sandesha2. To see the messages
passing
+through the wire use Tcp Monitor.</p>
<a id="win"></a>
<h2>2. Installing and Running on Microsoft Windows</h2>
-<p>This too can be done using binary or source distributions. (<a
-href="http://ws.apache.org/sandesha/sandesha2/c/download.cgi">Download</a>
+<p>This too can be done using binary or source distributions. (<a
href="http://ws.apache.org/sandesha/sandesha2/c/download.cgi">Download</a>
the two distributions.)</p>
<a id="win_source"></a>
<h3>2.1. Installing Sandesha2/C Source Release on Windows</h3>
<ol>
- <li>You need to have unzipped Axis2/C 1.3.0 release binary to some
+ <li>You need to have unzipped Axis2/C release distribution to some
folder.</li>
- <li>On your cmd.exe cd to <sandesha2 src>\build\win32 <br />
- Edit configure.in file with your binary locations. <br />
+ <li>On your cmd.exe cd to <sandesha2 src>\build\win32 <br>
+ Edit configure.in file with your binary locations. <br>
</li>
<li>To set necessary environment variables on command line run vcvars32.bat
file.</li>
@@ -128,34 +99,13 @@
binary and samples to a directory sandesha2 in <sandesha2
src>\build\sandesha2.</li>
</ol>
-<a id="bin_binaries"></a>
-<h3>2. 2. Installing Sandesha2/C Binary Release on Windows</h3>
-<p>Sandesha2/C binary distribution will have following directory
-structure.</p>
-<pre> Sandesha2
- |
- + - Sandesha2 (sandesha2 module dll and module.xml file)
- |
- + - samples
- |
- + - bin
- |
- + - source files of samples in folders
- |
- + - include ( header files)
- + - lib (sandesha2_client.dll)
- </pre>
-<ol>
- <li>Copy Sandesha2 directory ( containing sandesha2 dll and module.xml ) to
- <AXIS2C_HOME>\modules directory.</li>
- <li>Copy RMSampleService directory in samples\bin directory to
- <AXIS2C_HOME>\services directory</li>
- <li>Copy axis2.xml file in Sandesha2 directory to <AXIS2C_HOME></li>
-</ol>
-<p>Now you should be able to run the samples.</p>
+
+<p>Sandesha2/C deployment structure will have following directory
+structure.</p>
+<pre> Sandesha2<br> |<br> + - Sandesha2 (sandesha2 module dll
and module.xml file)<br> |<br> + - samples\bin\sandesha2<br>
|<br> + - include ( header files)<br> + - lib
(sandesha2_client.dll)<br></pre><p>Now you should be able to run the
samples.</p>
<h3>Notes</h3>
<ol>
@@ -174,9 +124,8 @@
<li>Sandesha2/C module is installed into
<axis2c_deploy_path>/modules/sandesha2c directory. The installed
module contain libsandesha2.so, module.xml. The sample clients are
- installed into <axis2c_deploy_path>/bin/samples directory. Sample
+ installed into <axis2c_deploy_path>/samples/bin/sandesha2 directory.
Sample
services are installed into <axis2c_deploy_path>/services
directory.</li>
</ol>
-</body>
-</html>
+</body></html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]