minProcessors/maxProcessors are deprecated

XMLWordPrintable

      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"
      

            Assignee:
            Unassigned
            Reporter:
            Tony Cheah Tong Nyee [Atlassian]
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: