Hi. We currently have a server with Jira Software 8.13.0, Confluence 7.8.0, and a generic Tomcat 9.0.33 installation with OpenJDK 11.0.8. Currently, both Jira Software & Confluence are running each on its own Tomcat instance, and everything is behind an nginx proxy which also proxies applications in other servers.
This of course works fine, but consumes quite some memory. So I was wondering if it could be possible to move both Jira Software & Confluence to run everything inside a single Tomcat instance. For what I see, Java & Tomcat versions are almost the same, but both Jira & Confluence deployments on Tomcat are quite different from what I'm used to see.
Thanks in advance.
No, you can't do this.
Physically doing it is a pain, as you'd have to extract the installation of one of them from its bundled Tomcat and rebuild it in the target one.
Then you would need to rewrite it to cope with all the clashes of libraries ad shared usage of Tomcat functions.
Even when Atlassian did have a distribution you could load into any web application server you wanted, they explicitly stated "you must never run Jira and Confluence in the same container"
Unfortunately, this is not supported, Atlassian has dropped the WAR distribution in 2014: https://confluence.atlassian.com/doc/end-of-support-announcements-for-confluence-210239673.html#EndofSupportAnnouncementsforConfluence-EARWAR201409
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.