Is there an official recommendation for single server / multiple products configuration, for RECENT product versions, regarding URL context paths? {bamboo, jira, bitbucket}
Does the issue regarding multiple products on the same server differentiated only by port numbers still apply?
T.S.
Hi Timothy,
If you're looking at any form of production rollout, I'd highly recommend against running multiple products on the same server. In the world of cloud computing, having multiple smaller servers is likely going to provide you more flexibility.
If for some reason, there's still a need to run a single server, then using a reverse proxy (apache/nginx etc) in front of the apps (https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-apache-http-server-mod_proxy_http-806032611.html) will help as you can then use sub-domains or context paths to differentiate between apps and run them on https/443
CCM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.