You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/12/18 08:13:23 UTC

svn commit: r605106 - /webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Author: pini
Date: Mon Dec 17 23:13:22 2007
New Revision: 605106

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

Modified:
    webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html?rev=605106&r1=605105&r2=605106&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Mon Dec 17 23:13:22 2007
@@ -1219,6 +1219,7 @@
 Axis2LogFile  PATH_TO_LOG_FILE
 Axis2LogLevel LOG_LEVEL
 Axis2ServiceURLPrefix PREFIX
+Axis2MaxLogFileSize <Maximum log file size in MB>
 &lt;Location /axis2&gt;
     SetHandler axis2_module
 &lt;/Location&gt;</pre>
@@ -1250,7 +1251,17 @@
     used</li>
   <li>trace - log trace messages and above</li>
 </ul>
-
+<p>
+<br>
+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.
+<br></p>
+<p>
+Axis2GlobalPoolSize <global pool size in MB>
+<br>
+</p>
 <p>PREFIX has to be replaced with the prefix to be used with the 
 service endpoints. This is optional and defaults to &quot;services&quot;.
 As an example, if you have  &quot;web_services&quot; as the prefix, then all the



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