This page describes the supported platforms for JIRA 4.0.x.
Key:
= Supported;
= Not Supported
|
|
JRE / JDK |
1.5 1.6 (update 10 or higher if using the Sun JDK) |
|
|
Microsoft Windows (1) |
|
Linux / Solaris (1,2) |
|
Apple Mac OS X (1) |
|
|
|
JBoss |
JBoss 4.2.2GA JBoss 5 currently does not work with JIRA 4.0 due to an outstanding JBoss issue with Apache Xerces |
Apache Tomcat |
Tomcat 6.0.20 Tomcat 5.5.27+ (bundled with JIRA Standalone) |
Oracle WebLogic |
WebLogic 9.2 with JIRA 4.0.2 WebLogic 9.2 with JIRA 4.0 and the Sun JVM and the patch available in JRA-19367 WebLogic 9.2 is not supported with JIRA 4.0.1 WebLogic 10.x is not supported with JIRA. |
IBM WebSphere |
WebSphere 6.1.0.27+ (not including 7.x) is supported with JIRA 4.0.1 and JIRA 4.0.2 (not with JIRA 4.0; see JRA-19421). WebSphere 7.x is not supported with JIRA. |
|
|
MySQL |
MySQL 5.x with JDBC Connector/J 5.1 MySQL 4.1 and later, prior to 5.x, do not support modern SQL (subselects) MySQL 4.0 and earlier have known issues with Unicode |
PostgreSQL |
PostgreSQL 8.2+ with PostgreSQL Driver 8.4.x |
Microsoft SQL Server |
SQL Server 2008 with JTDS 1.2.3 SQL Server 2005 with JTDS 1.2.3 SQL Server 2000 SQL Server Express |
Oracle |
Oracle 11G with Oracle 11.2.x Oracle 10G with Oracle 11.2.x Oracle 9i (incompatible with the latest Oracle drivers) |
HSQLDB (3) |
(bundled with JIRA Standalone; supported for evaluation use only) |
|
|
Microsoft Internet Explorer |
8.0 7.0 6.x (all of the main functionality will work in IE 6; however, some of the visual effects will be missing) |
Mozilla Firefox |
3.0, 3.5, 3.6 (4) |
Safari |
4 |
Notes:
- JIRA is a pure Java application and should run on any platform, provided all the JDK requirements are satisfied.
If you are using Linux/UNIX: A dedicated user should be created to run JIRA, as JIRA runs as the user it is invoked under and therefore can potentially be abused. Here is an example of how to create a dedicated user to run JIRA in Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /usr/local/jira --shell /bin/bash jira
- JIRA ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure JIRA to use an external database.
- Firefox version 3.6.0 possesses a bug that could result in data loss when used with JIRA. If you use this version of Firefox, please either upgrade your version of Firefox to 3.6.2 or refer to our Firefox 3.6.0 caveats document for more details about this issue and how to avoid it.