I tried the following setting and still no luck.

log4j.logger.org.apache.tomcat.util.net=DEBUG


Konstantin Kolinko wrote:
> 
> 2010/8/18 JebaB <jebab...@yahoo.com>:
>>
>> Hello,
>>  I am using Tomcat 6.0.18 with JDK 1.6 with the JULI. I have enabled
>> proper
>> logging through the logging.properties. I am not seeing the 'All Threads
>> Busy' error message when all the threads are in use or number of requests
>> has exceeded the maxThreads and acceptCount values. I have set the
>> following
>> in the logging.properties file but I am not seeing the message.
>>
>> org.apache.tomcat.util.threads.level=FINEST
>> org.apache.tomcat.util.threads.ThreadPool.level=FINEST
>>
>> I have confirmed Tomcat is seeing the logging.properties file by changing
>> the logging levels of other packages.
>>
>> I am able to see the message in Tomcat 5.0 using log4j.
>>
> 
> org.apache.tomcat.util.threads.ThreadPool is not used in Tomcat 6 by
> default.
> 
> I think that you will be dealing with
> java.org.apache.tomcat.util.net.JIoEndpoint#createWorkerThread()
> which logs the following message:
> endpoint.info.maxThreads=Maximum number of threads ({0}) created for
> connector with address {1} and port {2}
> 
> That is, looking at the current tc6.0.x sources. Cannot say exactly
> about 6.0.18.
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/All-Threads-Busy-Message-tp29449303p29474187.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to