Updating the installation guide

diff --git a/xdocs/docs/installationguide.html b/xdocs/docs/installationguide.html
index 0473970..1c0ec6e 100644
--- a/xdocs/docs/installationguide.html
+++ b/xdocs/docs/installationguide.html
@@ -43,7 +43,7 @@
 
 <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.6.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>
@@ -57,7 +57,8 @@
 &lt;axis2c_deploy_path&gt;/modules folder. The module folder contains the
 Sandesha2/C libraries and the module.xml file. <a id="linux_binary">It will
 also install the libsandesha2_client.so into &lt;axis2c_deploy_path&gt;lib
-folder. Sandesha2 include files are copied into
+folder(Use of Sandesha2/C client library is strictly discouraged as this is 
+not supported any longer). Sandesha2 include files are copied into
 &lt;axis2c_deploy_path&gt;include folder.</a>
 
 <p>To install the samples go into samples folder and do</p>
@@ -109,18 +110,17 @@
 
 <h3>Notes</h3>
 <ol>
-  <li>Sandesha2 internally uses an Sqlite3 embedded database. You need to
-    provide where to create this database in
-    <p>module.xml file as following.</p>
-    <p>&lt;parameter name="sandesha2_db"
-    locked="false"&gt;&lt;path&gt;/sandesha2_db&lt;/parameter&gt;</p>
+  <li>Sandesha2 internally uses an Sqlite3 embedded database. The database file is created
+      in Axis2/C repository directory. You need to set the AXIS2C_HOME environment 
+      variable to point to that directory before running server or clients.
     <p>If you use Axis2/C Apache2 module instead of simple_axis2_server make
     sure that Apache2 user can access the above database file.</p>
-    <p>If you do not provide the above database parameter, be aware that
+    <p>If you do not set the environment variable, be aware that
     Sandesha2/C will create the database file named sandesha2_db in the
     current folder.</p>
     <p></p>
-  </li>
+    </li>
+
   <li>Sandesha2/C module is installed into
     &lt;axis2c_deploy_path&gt;/modules/sandesha2c directory. The installed
     module contain libsandesha2.so, module.xml. The sample clients are
@@ -128,4 +128,4 @@
     services are installed into &lt;axis2c_deploy_path&gt;/services
   directory.</li>
 </ol>
-</body></html>
\ No newline at end of file
+</body></html>