The Tomcat server.xml has an incorrect configuration warning on Confluence

Fluccs Australia August 12, 2019

Hello Guys,

I'm seeing the following warning in my confluence installation:

====

Tomcat config is incorrect
The Tomcat server.xml has an incorrect configuration:

scheme should be 'https'
proxyName should be 'confluence.myownserver.net'
proxyPort should be '443'

====

 

Those parameters in the server.xml file is correct. Please see the snippet below:

=====

<Connector port="8090" maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"

enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
scheme="https"
proxyName="confluence.myownserver.net"
proxyPort="443" />
</Service>

=====

 

I don't know confluence is showing this warning even though the settings are correct. I tried restarting the confluence service and that doesn't helped. The troubleshooting document given is also not helping.

 

Any Idea?

 

Regards,

Nick

1 answer

0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 13, 2019

Hello there,

Thank you for reaching out! Just to confirm, you changed the example confluence.myownserver.net to your own URL, correct?

Have you uncommented the connector that you are using? 

I also noticed that you raised an issue in May/June with the Confluence support team, where you were working with Lipkent Ng. At the end of June, we stopped receiving updates from you, so I am not sure if this issue was resolved. Could you confirm if that issue was resolved and that this issue is not a continuation of that? 

Would you be able to let me know your Confluence and database versions?

Regards,

Shannon

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events