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> <Location /axis2> SetHandler axis2_module </Location></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 "services". As an example, if you have "web_services" as the prefix, then all the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]