Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too.

Skip to end of metadata
Go to start of metadata

This page is for people who are deploying the Bamboo EAR/WAR edition on the JBoss 4.x application server. For full installation instructions please see the Bamboo EAR-WAR installation guide.

Bamboo 2.4.x does not run on JBoss 4.2.3 or later

We are aware of a JBoss issue that currently prevents Bamboo 2.4.x from running on JBoss 4.2.3 or later. If you are using JBoss 4.2.3 or later, we recommend that you do not upgrade your Bamboo installation until a fix has been implemented. Please see BAM-4705 for more information.

File extraction notes

To deploy Bamboo EAR-WAR onto your JBoss application server, copy the Bamboo WAR file to ../<JBoss-install>/server/default/deploy/atlassian-bamboo-1.1.2.war.

By default the WAR file will extract to atlassian-bamboo-<version>. The name of the directory in the webapps folder will form the URL required to access Bamboo, e.g.  <JBoss-install>/server/default/deploy/atlassian-bamboo-1.1.2.war will become http://host:port/atlassian-bamboo-1.1.2/
 

How to set Java OPTs on JBoss 4.x

  • Windows:
       1. Find the run.bat file.
       2. Edit JAVA_OPTS to set the desired properties variable:
      FROM

      TO

  • Linux-based systems:
       1. Find the run.sh file
       2. Edit JAVA_OPTS to set the desired properties variable:
    FROM

    TO





    For further reference

    Please visit the JBoss Wiki page on setting JavaOpts

Labels
  • None
  1. May 28, 2010

    Not sure if I should be posting this since it is not recommended to use JBoss versions greater than 4.2.3...but I managed to deploy Bamboo 2.5 on JBoss 5.1 by implementing war isolation. Unjar the war file and add WEB-INF/jboss-web.xml with the following contents

    If you are using an external database copy the connector jar into WEB-INF/lib, then jar it back up and deploy.