Bitbucket, Bamboo, Fisheye, Crucible on same server

Brian Warholak February 3, 2017

I currently have 3 servers. One is running JIRA, another is running Confluence, and the 3rd is running Bitbucket.  I want to also install Bamboo, Fisheye, and Crucible on the 3rd server. My issue is, I want those 3 apps to have different IP addresses so my users can access the apps without having to put port numbers at the end of the IP.  So my question is, if I install these other 3 apps on the same server as Bitbucket, is there a way to configure those apps to point to a specific IP for access?  For example, my Bitbucket app IP is 10.0.0.1, and I would like to be able to have Bamboo 10.0.0.2 and not 10.0.0.1:8085.

Thanks in advance.

1 answer

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 3, 2017

That would need a lot of fiddling to bind the services to different IP addresses, and I'm not even sure they'd be able to all run on the same port.

A better approach would be a proxy with different domains.  https://myserver.org/jira https://myserver.org/conf https://myserver.org/fisheye etc.  Or jira.myserver.org, conf.myserver.org and so-on.  That's a standard, well documented approach you can do with any proxying web server (apache, nginx, etc)

Sergey Podobry _Stellarity Software_
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.
February 5, 2017

Yes, a front-end proxy is the way to go.

Brian Warholak February 6, 2017

So, if I wanted to proxy using IIS, using the steps listed here: https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-microsoft-internet-information-services-iis-833931378.html ,would I need a separate server for IIS, or could I just run IIS on the server that is going to be running the applications?

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events