Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Howto/Deploy 3rd Party Products/JIRA"

(New page: == How to Deploy JIRA == These instructions have been tested against: {| class="wikitable" style="text-align:center" |- ! Jetty !! JIRA !! Servlet / JSP !! JVM !! Transaction Manager / D...)
 
Line 3: Line 3:
 
These instructions have been tested against:
 
These instructions have been tested against:
  
 +
<blockquote style="background: white; border: 1px solid rgb(153, 153, 153); padding: 1em;">
 
{| class="wikitable" style="text-align:center"
 
{| class="wikitable" style="text-align:center"
 
|-
 
|-
Line 9: Line 10:
 
| 7.0.0.RC1 || 3.13.4 || 2.5 / 2.1 || 1.5 || Atomikos 3.5.5 / HSQLDB 1.8.0.5
 
| 7.0.0.RC1 || 3.13.4 || 2.5 / 2.1 || 1.5 || Atomikos 3.5.5 / HSQLDB 1.8.0.5
 
|}
 
|}
 +
</blockquote>

Revision as of 10:14, 21 July 2009

How to Deploy JIRA

These instructions have been tested against:

Jetty JIRA Servlet / JSP JVM Transaction Manager / DataSource
7.0.0.RC1 3.13.4 2.5 / 2.1 1.5 Atomikos 3.5.5 / HSQLDB 1.8.0.5

Back to the top