-
Suggestion
-
Resolution: Answered
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
In Tomcat 5.5 AJP connector doc, both the minProcessors and maxProcessors are deprecated. The HTTP connector doc does not include any of the option too.
However, the default options available in a conf/server.xml file of a Confluence standalone instance possess the following:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8444" acceptCount="10" debug="0" connectionTimeout="20000" useURIValidationHack="false" URIEncoding="UTF-8"/>
Please consider replacing the options with:
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
- is related to
-
CONFSERVER-32970 server.xml contains incorrect parameters for threads in the default connector
- Closed
-
CONFSERVER-18312 Despite that Confluence 3.x standalone releases are using Tomcat 6, we are still using Tomcat4 Connector
- Closed
- relates to
-
CONFCLOUD-13446 minProcessors/maxProcessors are deprecated
- Closed