Hey Everybody,
I am having some trouble setting up the confluence server via the official docker image. I am setting the environmental variables as described on Docker Hub, but I am getting the same error everytime:
Tomcat config is incorrect
The Tomcat server.xml has an incorrect configuration:
scheme should be '<recommended scheme>'
proxyName should be '<recommended proxyName>'
proxyPort should be '<recommended proxyPort>'
I am aware of the cause of the problem but i am not understanding why this is happening. I have set up jira before a lot of times and the server.xml is getting generated correctly. I have checked the server.xml file inside the container and there is no connector defined there, which is the root cause of the problem. From setting up jira, i am used to this getting auto-generated with the environmental variables.
Is this not the case with confluence?
What am i missing here?
I am setting the following env variables with the appropriate values:
ATL_PROXY_NAME, ATL_PROXY_PORT, ATL_TOMCAT_SCHEME
Thanks in advance and best regards
I know this is a year late... but I found this to be the answer for my setup:
Editing the /opt/atlassian/etc/server.xml.j2 file
So that the scheme, proxyname and proxy port contains relevant information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.