Hi Jeff,

jwboring schrieb:
> private static void logFull(Log loghelper, int currentThreadCount,
>                                 int maxThreads) {
>       if( logfull ) {
>             log.error(sm.getString("threadpool.busy",
>                                    new Integer(currentThreadCount),
>                                    new Integer(maxThreads)));

Most likely this is the one you are interested in!

>             logfull=false;
>         } else if( log.isDebugEnabled() ) {
>             log.debug("All threads are busy " + currentThreadCount + " " +
>                       maxThreads );
>         }
>     }
> 
> 
> But this is NOT the log I am getting in catalina.out. Instead, I am getting,
> "Nov 17, 2006 12:08:25 PM org.apache.tomcat.util.threads.ThreadPool logFull
> SEVERE: All threads (10) are currently busy, waiting. Increase maxThreads."
> What gives? I am getting other normal info, etc ... level messages but not
> this one. Using v5.5.17.
> 
> Jeff

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to