You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2007/12/05 07:46:25 UTC

svn commit: r601226 - /webservices/axis2/trunk/c/INSTALL

Author: pini
Date: Tue Dec  4 22:46:25 2007
New Revision: 601226

URL: http://svn.apache.org/viewvc?rev=601226&view=rev
Log:
Fixing jira issue 804

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=601226&r1=601225&r2=601226&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Tue Dec  4 22:46:25 2007
@@ -1,4 +1,4 @@
-The release comes in two forms, source and binary. 
+vThe release comes in two forms, source and binary. 
 
 To get both the binary and source distributions working, you need Libxml2 from
 http://xmlsoft.org/downloads.html
@@ -378,7 +378,7 @@
     cp $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0 /usr/lib/apache2/modules/mod_axis2.so
         in Linux or
 
-    copy C:\axis2c\build\deploy\lib\mod_axis2.dll C:\Apache2\modules\mod_axis2.dll
+    copy C:\axis2c\build\deploy\lib\mod_axis2.dll C:\Apache2\modules\mod_axis2.so
         in Windows
 
     Edit the Apache2's configuration file (generally httpd.conf) and add the
@@ -387,6 +387,7 @@
     LoadModule axis2_module <apache2 modules directory>/mod_axis2.so
     Axis2RepoPath <axis2 repository path>
     Axis2LogFile <axis2 log file path>
+    Axis2MaxLogFileSize <maximum size of log file>
     Axis2LogLevel LOG_LEVEL
     <Location /axis2>
         SetHandler axis2_module
@@ -394,6 +395,12 @@
 
     NOTE: Axis2 log file path should have write access to all users because by
           default Apache Web Server runs as nobody.
+    NOTE: If you want to use a Shared Global Pool with Apache you have to give another
+          entry called Axis2GlobalPoolSize.You have to give the size of the shared global
+          pool in MB.If you doesn't set the value or if you set a negative value Apache 
+          module doesn't create shared global pool.
+        
+          Axis2GlobalPoolSize <global pool size in MB>        
 
     LOG_LEVEL can be one of following
         crit - Log critical errors only



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