Dear Sir/Madam
We have 3 Atlassian products and we would like to installed them on to 3 different context such as /bitbucket /jira and /confluence. We were able to configure the conf/server.xml for JIRA and Confluence establish the new context and Reverse proxy configuration. They are working fine. However, we following the instructions for BitBucket 5.5.0 and created shared/bitbucket.properties file which contains the following:
server.context-path=/bitbucket
server.secure=true
server.scheme=https
server.proxy-port=443
server.proxy-name=www.fti.cc
The new context path or the proxy setting is not being recognized at this time.
Our BitBicket home directory is:
/opt/atlassian/bitbucket/5.5.0
and "shared" folder path is:
/opt/atlassian/bitbucket/5.5.0/shared
The full bitbucket.properties path is:
/opt/atlassian/bitbucket/5.5.0/shared/bitbucket.properties
Please help as we followed all of the document ions and posting and UNABLE TO MAKE THIS WORK.
Try this and without the www in proxy-name
server.context-path=/bitbucket
server.proxy-port=443
server.proxy-name=fti.cc
This will redirect requests from
https://fti.cc to localhost:7990/bitbucket
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.