-
Bug
-
Resolution: Fixed
-
Low
-
5.4.4
We currently ship Confluence with Tomcat 6, but the default connector still references maxProcessors. This attribute was deprecated in Tomcat 5.5 and no longer exists in Tomcat 6.
Instead, to control the number of threads that the application can use, you need to specify maxThreads.
References:
http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
http://grokbase.com/t/tomcat/users/065aw5k4a8/maxthreads-compared-to-maxprocessors
Default connector:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="10542" minProcessors="5" maxProcessors="75" enableLookups="false" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="20000" useURIValidationHack="false" URIEncoding="UTF-8"/>
- causes
-
CONFSERVER-34584 Confluence Windows and Linux Installer - Ignored custom listen port setting
-
- Closed
-
- relates to
-
CONFSERVER-13446 minProcessors/maxProcessors are deprecated
- Closed
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
Hi Denise,
Any idea why my CPU usage always looks like the attached screenshot? I was thinking it was because of this but must be another reason...