Forums

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

Change the base url to web adress

Jens_Gwerder
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!
August 4, 2019

I want to configure Confluence Server to the following web adress: "confluence.mywebadress.com"

I already created the subdomain in my web Hosting Panel. The database is also running over the web Hosting.

Right now its still running on the localhost and I already configured the base url under General Configuration in Confluence and also tried to edit the Server.xml file.

This is what I tried: <Context path="confluence." docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">

Unfortunately this doesn't work and I already looked at some other posts about this but neither of them worked for me. (Firefox says: "Error: Connection failed")

I also checked my anti Virus program (kaspersky) if the ports 80 & 443 are opened and also port forwareded these ports on my router.

PS: I dont use any proxy or similiar.

What am I doing wrong?

Thank you

1 answer

0 votes
Kiran Panduga {Appfire}
Community Champion
August 4, 2019

Hi @Jens_Gwerder , 

In order to access your confluence instance through confluence.mywebadress.com, you need to add the Proxy details given below in server.xml file.

proxyName="confluence.mywebadress.com" proxyPort="443" scheme="https"

For more information, please visit the Atlassian KB article

https://confluence.atlassian.com/kb/reverse-proxy-and-application-link-troubleshooting-guide-719095279.html

Thanks,

Kiran.

JP _AC Bielefeld Leader_
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.
August 4, 2019

I'm not sure, that Jens is using a proxy or wants to...

Jens, you should try:

<Context path="/" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">

Best

JP

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events