Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

configuration won't work

tell son
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2020

hi, we are confluence user

now we have a problem, let us can't use entire confluence.

first have shown as below 

2020070201.PNG

we followed suggestion link [https://confluence.atlassian.com/confkb/can-t-check-base-url-warning-in-confluence-6-6-or-later-939718433.html]

but won't work any way, plus I can create space but can't create or edit pages.

also we can't reach slack, but our jira server was no problem connect with slack 

2020070202.PNG

please give a help, thanks

 

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2020

If you're getting that error message, there is something wrong with your Tomcat set up and yes, it could easily be breaking page creation and editing.

So, I'm going to assume that your Confluence is behind a proxy of some form.  The questions you'll need to ask are:

  • What is the url you are trying to use Confluence on?  For example, https://mystuff.org/docs, which I'll use in the later questions.
  • Is the base url in Confluence set to https://mystuff.org/docs?
  • What are the proxy and reverse proxy set as?  For example, an Apache proxy would say something like:
  • Is your connector in your <confluence installation>/conf/server.xml set up such that it has a connector like:
    •  <Connector port="8090" connectionTimeout="20000" redirectPort="8443"
      maxThreads="48" minSpareThreads="10"
      enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
      protocol="org.apache.coyote.http11.Http11NioProtocol"
      scheme="https" secure="true" proxyName="mystuff.org" proxyPort="443"/>
  • Is that the only connector enabled in the server.xml
  • And does the engine section in server.xml contain the right Context Path:  <Context path="/docs" ...

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.5.1
TAGS
AUG Leaders

Atlassian Community Events