RE: About maxThreads

2011-01-31 Thread Semih Gokalp
Thanks for all useful information Konstantin. > Date: Mon, 31 Jan 2011 16:07:16 +0300 > Subject: Re: About maxThreads > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2011/1/31 Semih Gokalp : > > If it is possible,how can i see real time maxThrea

Re: About maxThreads

2011-01-31 Thread Konstantin Kolinko
2011/1/31 Semih Gokalp : > If it is possible,how can i see real time maxThread value that was set for > connectors  ? /manager/jmxproxy?qry=*%3Atype%3DThreadPool%2C* In Tomcat 6.0.30+ that will require a role of "manager" (deprecated) or of "manager-jmx" (new since 6.0.30). Best regards, Konsta

RE: About maxThreads

2011-01-31 Thread Semih Gokalp
value that was set for connectors ? Semih Gokalp Istanbul/Turkiye > Date: Mon, 31 Jan 2011 15:18:37 +0300 > Subject: Re: About maxThreads > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2011/1/31 Semih Gokalp : > > I hope this is that you want out

Re: About maxThreads

2011-01-31 Thread Konstantin Kolinko
2011/1/31 Semih Gokalp : > I hope this is that you want output.The below output was printed in > catalina.log when I start tomcat.If you want further informations,I can send. > >(...) > Jan 28, 2011 6:35:34 AM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8

Re: About maxThreads

2011-01-31 Thread André Warnier
re you sure that it is not an old message? Yes,I am sure tomcat restart time is older then "ThreadPool logFull" output time.You can check restart time from above. Thanks again. Date: Mon, 31 Jan 2011 13:31:20 +0300 Subject: Re: About maxThreads From: knst.koli...@gma

RE: About maxThreads

2011-01-31 Thread Semih Gokalp
11 13:31:20 +0300 > Subject: Re: About maxThreads > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2011/1/31 Semih Gokalp : > > I'm using Tomcat 6.0.29 and I have changed to maxThreads parameter to 300 > > from 200 and restart tomcat but I have

About maxThreads

2011-01-31 Thread Semih Gokalp
Hi all users. I'm using Tomcat 6.0.29 and I have changed to maxThreads parameter to 300 from 200 and restart tomcat but I have still getting below error in catalina log. Could you please help me,why this parameter was not activated ? so what should i do for active this parameter ? If you help

Re: About maxThreads

2011-01-31 Thread Konstantin Kolinko
2011/1/31 Semih Gokalp : > I'm using Tomcat 6.0.29 and I have changed to maxThreads parameter to 300 > from 200 and restart tomcat but I have still getting below error in catalina > log. > server.xml > >             maxThreads="300" connectionTimeout="2" URIEncoding="UTF-8" /> 1) What conn

About maxThreads

2011-01-31 Thread Semih Gokalp
Hi all users. I'm using Tomcat 6.0.29 and I have changed to maxThreads parameter to 300 from 200 and restart tomcat but I have still getting below error in catalina log. Could you please help me,why this parameter was not activated ? so what should i do for active this parameter ? If you help

Re: a real solution about maxThreads??

2006-05-30 Thread Leon Rosenberg
a) increasing max threads count in connector tag in server.xml or b) check why you are out of threads by performing a threaddump and examining it. leon On 5/31/06, antarix <[EMAIL PROTECTED]> wrote: Hi there!!! Does anybody know about a solution about this message in log: SEVERE : All threa

a real solution about maxThreads??

2006-05-30 Thread antarix
Hi there!!! Does anybody know about a solution about this message in log: SEVERE : All threads(*) are currently busy * Increase maxThreads or check servlet status I have been searching on google, but I can´t find a solution. I use Apache-Tomcat 5.5.14, RHEL3,JDK1.5.0 Tnxs in advance!!!