You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2009/06/19 08:39:32 UTC

svn commit: r786389 - /webservices/sandesha/trunk/c/INSTALL

Author: damitha
Date: Fri Jun 19 06:39:32 2009
New Revision: 786389

URL: http://svn.apache.org/viewvc?rev=786389&view=rev
Log:
Updating the documentation


Modified:
    webservices/sandesha/trunk/c/INSTALL

Modified: webservices/sandesha/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/INSTALL?rev=786389&r1=786388&r2=786389&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/INSTALL (original)
+++ webservices/sandesha/trunk/c/INSTALL Fri Jun 19 06:39:32 2009
@@ -32,22 +32,12 @@
         + - 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)
+        + - samples/bin/sandesha2 ( sample executables)
         + - lib (some libs to run Sandesha2/C clients)
 
-    To deploy Sandesha2/C in Axis2/C running environment copy the modules/sandesha2 into <axis2c_deploy_path>/modules folder.
-    Also copy the lib/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 the samples copy the sample service inside services directory to <axis2c_deploy_path>/services folder.
-
-
 3 Installing Sandesha2/C on WIN32
 
     1. Building from source distribution
@@ -68,23 +58,12 @@
         |
         + - Sandesha2 (sandesha2 module dll and module.xml file)
         |
-        + - samples
-               |
-               + - bin 
-               |
-               + - source files of samples in folders
+        + - samples\bin\sandesha2
         |
         + - include ( header files)
         + - lib (some dll's to run Sandesha2/C clients)
 
         
-    copy Sandesha2 directory ( containing sandesha2 dll and module.xml ) to <AXIS2C_HOME>\modules directory.
-    copy RMSampleService directory in samples\bin directory to <AXIS2C_HOME>\services directory
-    copy axis2.xml file in Sandesha2 directory to <AXIS2C_HOME>. Copy the lib/sandesha2_client.dll into <AXIS2C_HOME>/lib 
-    folder
-
-    Now you should be able to run the samples.
-
  Note: 1.
         Sandesha2 internally uses an Sqlite3 embedded database. You need to provide where to create this database in 
         module.xml file as following.



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