Installing JIRA EAR-WAR in an external application server
| 
PDF |
The easiest way to get JIRA running is to use the JIRA Standalone distribution, which comes preconfigured with
everything you need. However if you already have a Java application server running (and occupying port 80), the JIRA
EAR-WAR distribution can be deployed within it.
Which server should I use?
In terms of performance, Tomcat, Resin and Orion are the fastest. Tomcat and Resin are open-source.
Resin and Orion have commercial support.
JBoss bundles an application server (Tomcat or Jetty), and JIRA does not use any of the J2EE capabilities JBoss
provides beyond the application server, so using the bundled application server directly (e.g. Tomcat in JIRA Standalone)
usually results in a performance gain.
Application servers
Follow these instructions to install JIRA EAR-WAR in your chosen application server:
What about other servers?
Beyond these servers, please see the generic server setup
guide which contains tips for getting JIRA running on other application
servers.
Atlassian strongly believes in J2EE portability. For application servers not mentioned here, we need your help!
We try, but we cannot be experts at everything. If you find your favourite application server unsupported or
insufficiently documented, please add what you know.