You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/10/13 16:30:35 UTC

svn commit: r584408 - /webservices/savan/trunk/c/INSTALL

Author: damitha
Date: Sat Oct 13 07:30:34 2007
New Revision: 584408

URL: http://svn.apache.org/viewvc?rev=584408&view=rev
Log: (empty)

Modified:
    webservices/savan/trunk/c/INSTALL

Modified: webservices/savan/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/INSTALL?rev=584408&r1=584407&r2=584408&view=diff
==============================================================================
--- webservices/savan/trunk/c/INSTALL (original)
+++ webservices/savan/trunk/c/INSTALL Sat Oct 13 07:30:34 2007
@@ -117,10 +117,10 @@
     
 
 Notes:
-        Savan/C has a persistent storage mechanism for storing subscriber information and data source information. 
-        This is implemented using Sqlite embedded database
-        If you use Axis2/C Apache2 module instead of simple_axis2_server make 
-        sure that Apache2 user have full access to the sqlite database file savan_db. 
+       Savan/C has a persistent storage mechanism for storing subscriber information and data source information. 
+       This is implemented using Sqlite embedded database
+       If you use Axis2/C Apache2 module instead of simple_axis2_server make 
+       sure that Apache2 user have full access to the sqlite database file savan_db. 
 
        Savan/C module is installed into <AXIS2C_HOME>/modules/savanc directory. The installed module contain
        libsavan.so, module.xml. The sample clients are installed into <AXIS2C_HOME>/bin/samples/savan