Hey so i just upgraded confluence to 7.3.2 and i get the following error:
tomcat: your maximum http thread size is not configured. The recommended minimum size is 48.
Everything seems to be working fine though.
I went to the resulting learn more link here: https://confluence.atlassian.com/confkb/startup-check-http-maxthreads-configuration-939930122.html?utm_source=Install&utm_medium=in-product&utm_campaign=csseng_fy18_q3_server_confluence_errorstate
however i dont have any parameter called "maxthreads" in my server.xml. I am doing a custom string for SSL, so maybe that is why? if so, the document does not say where to put this, just somewhere in server.xml but well i am sure it needs to be somewhere specific. Is it on the "connector" area? or the "engine name" area? or what. Not very good documentation.
Its possible this existed in STOCK configuration, which i would have wiped out when i re implemented my SSL stuff which i have to do every upgrade.
i am using SQL server.
My current connector is this, do i put it in there?
<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11NioProtocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="PASSWORD" keystoreFile="C:\Program Files\Atlassian\confluence\confluence.jks" connectionTimeout="20000" keyAlias="*.DOMAIN.CA" keystoreType="JKS"/>
if anyone knows that would be great, thanks.
That is where mine is locationed:
<Connector port="8080" connectionTimeout="20000" redirectPort="8443"
maxThreads="250" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
proxyName="confluence.xyz.net" proxyPort="443" scheme="https"
compression="on" compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript" />
<!--
But, i get the same error when upgrading to 7.2.1.
oh duh, you are right. we both do have maxthreads.... i am not sure how i missed that. must be a false positive then and safe to ignore. thanks for the confirmation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.