On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote:
>> Looks like a bug,
>>
>> Please add it to bugzilla, as Mark suggested.
>>
>> BTW, I think that the following change can fix it:
>> (for current tc6.0.x, not tested!)
>
> I don't think so. I think the problem is further up on line 558:
> String[]
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote:
>> I believe (if I heard it correctly), either Mark T. or Tim F.
>> explained at ApacheCon this week that the minimum is not immediate.
>> It needs to build up to that level. So, when you start Tomcat, you
>> won't immediately fire up 150 thr
On Nov 6, 2010, at 12:50 AM, rujin raj wrote:
> Now my server.xml file is like this.As you told i added
> executor="tomcatThreradPool" as follows
>
> maxThreads="1000" minSpareThreads="150"/>
>
> connectionTimeout="2"
> executor="tomcatThreadPool"
> maxThreads="1000"
>
executor="", so in your case:
executor="tomcatThreadPool"
This is shown in the default/sample server.xml under the comment
On Nov 5, 2010, at 9:49 AM, rujin raj wrote:
> Please how to add the executor attribute in connector
>
> Executor="enable" or "true"
>
> Is it like this:
>