Typo in the default axis2.xml for commented out parameter 
"requestMaxThreadPoolSize"
------------------------------------------------------------------------------------

                 Key: AXIS2-3378
                 URL: https://issues.apache.org/jira/browse/AXIS2-3378
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
    Affects Versions: 1.3
         Environment: Red Hat Enterprise Linux AS release 4 (Nahant)
Kernel 2.6.9-5.ELsmp on an x86_64
            Reporter: Varun Vashisht
            Priority: Trivial


Problem:

The default bundled $AXIS2_HOME/conf/axis2.xml has the following commented-out 
entries:

<!-- <parameter name="requestCoreThreadPoolSize">50</parameter>                 
     -->
<!-- <parameter name="RequestMaxThreadPoolSize">100</parameter>                 
    -->

The parameter name "RequestMaxThreadPoolSize" should be 
"requestMaxThreadPoolSize". Due to this problem, even if the above mentioned 
parameters are uncommented, the axis2 server can not find 
"requestMaxThreadPoolSize" parameter and assumes the default value of 150. Now, 
if you try increasing "requestCoreThreadPoolSize" to more than 150. The server 
fails to start and does not log the proper reason on console or in a log 
file(if enabled). A separate bug for the logging issue has been raised: 
AXIS2-3377.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to