Author: damitha
Date: Mon Jan 22 04:55:59 2007
New Revision: 498600
URL: http://svn.apache.org/viewvc?view=rev&rev=498600
Log:
Updated 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?view=diff&rev=498600&r1=498599&r2=498600
==============================================================================
--- webservices/sandesha/trunk/c/INSTALL (original)
+++ webservices/sandesha/trunk/c/INSTALL Mon Jan 22 04:55:59 2007
@@ -10,3 +10,20 @@
./configure --prefix=<install_dir> --enable-static=no
--with-axis2=<axis2_install_path>
- Run make and make install
+Note: 1.
+ Sandesha2 has two main storage mechanisms call inmemory and
persistent.
+ By default sandesha2 use the sqlite as the persistent storage. You can
+ change this to inmemory by changing the entry in the
sandesha2_constants.h
+ file.
+ #define SANDESHA2_DEFAULT_STORAGE_MGR "persistent"
+
+ You must have sqlite3.h in sandesha2 include directory.
+ When compiling it statically link with sqlite library. So make
sure you have
+ src/core/libsqlite3.a.
+ Above configurations regarding sqlite may be refined before the
release.
+
+ 2.
+ To run samples in persistent mode copy
sandesha2c/config/sandesha2_schema.sh
+ to both axis2c client and server deploy directory and execute it to
create the database schema.
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]