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 2007/04/26 19:31:53 UTC

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

Author: damitha
Date: Thu Apr 26 10:31:52 2007
New Revision: 532810

URL: http://svn.apache.org/viewvc?view=rev&rev=532810
Log:
updated INSTALL document

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=532810&r1=532809&r2=532810
==============================================================================
--- webservices/sandesha/trunk/c/INSTALL (original)
+++ webservices/sandesha/trunk/c/INSTALL Thu Apr 26 10:31:52 2007
@@ -17,6 +17,10 @@
         It is assumed that sqlite3.h in /usr/include include directory. If you have different include path for
         sqlite3.h then add the configure option --with-sqlite=<sqlite include file path> to the configure options
         above. If is assumed that libsqlite3.so is in the /usr/lib folder
+        To run samples in persistent/sqlite mode copy sandesha2c/config/sqlite_schema.sh to axis2c deploy directory and 
+        execute it to create the database schema. sqlite3 is an embedded database which need no configuration. If you
+        use axis2c apache2 module instead of simple_axis2_server make sure that apache2 user can access the sqlite 
+        database files sandesha2_svr_db and sandesha2_client_db.
 
         if you want to use the inmemory storage instead, change the entry in the sandesha2_constants.h
         file.
@@ -26,16 +30,11 @@
         If you want to use persistent storage with mysql then add the option --with-mysql=<mysql include file path>
         to the configure options above. It is assumed that libmysqlclient.so is in /usr/lib folder. It is recommended
         to use mysql database for serius use. It is not included as as the default database because of licencing issues.
+        To run samples in persistent/mysql mode copy sandesha2c/config/mysql_schema.sh and sandesha2c/config/init_mysql.sh
+        to axis2c deploy directory and execute it to create the database schema. The username/password combination for
+        mysql is assumed to be g/g
 
       2.
-       To run samples in persistent/mysql mode copy sandesha2c/config/mysql_schema.sh and sandesha2c/config/init_mysql.sh
-       to axis2c deploy directory and execute it to create the database schema. The username/password combination for
-       mysql is assumed to be g/g
-
-       To run samples in persistent/sqlite mode copy sandesha2c/config/sqlite_schema.sh to axis2c deploy directory and 
-       execute it to create the database schema. sqlite3 is an embedded database which need no configuration.
-       
-      3.
        Sandesha2 module is installed into <axis2c_install_path>/modules/sandesha2c directory. The installed module contain
        libsandesha2.so, module.xml and header files. The sample clients are installed into <axis2c_install_path>/bin/samples
        directory. Sample services are installed into <axis2c_install_path>/services directory.



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