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

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