Show Table of Contents
2.4. Installing on JBoss Enterprise Application Platform 6
Procedure 2.3. Installing the Deployable Package
- Download the deployable package zip file from the Red Hat Customer Support Portal at https://access.redhat.com.Select → → → .
- Extracting the downloaded archive creates the following zip archives:
jboss-brms-engine.zipjboss-brms-manager-ee6.zipjboss-jbpm-console-ee6.zipjboss-jbpm-engine.zipmodeshape.zip
Modeshape is a Java Content Repository (JCR) that is included in JBoss BRMS 5.3 as a technical preview, see the BRMS Administration Guide for further details. - Extract
jboss-brms.warfrom thejboss-brms-manager.ziparchive and copy to thejboss-eap-6.0/standalone/deployments/directory. - Extract
business-central.war,business-central-server.war,desginer.war, andjbpm-human-task.warfrom thejboss-jbpm-console-ee6.ziparchive and copy to thejboss-eap-6.0/standalone/deployments/directory. - Create the following empty files in the
jboss-eap-6.0/standalone/deployments/directory:- jboss-brms.war.dodeploy
- business-central.war.dodeploy
- business-central-server.war.dodeploy
- desginer.war.dodeploy
- jbpm-human-task.war.dodeploy
- Edit the
jboss-eap-6.0/standalone/configuration/standalone.xmlfile so that the application server will load the required netty library.Update the"urn:jboss:domain:ee:1.1"subsystem property to match the following code snippet:<subsystem xmlns="urn:jboss:domain:ee:1.1"> <global-modules> <module name="org.jboss.netty" slot="main"/> </global-modules> <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement> <jboss-descriptor-property-replacement>true</jboss-descriptor-property-replacement> </subsystem>
- Edit the name of the datebase in
jboss-eap-6.0/standalone/configuration/standalone.xmlchanging it tojbpmDS:<subsystem xmlns="urn:jboss:domain:datasources:1.1"> <datasources> <datasource jndi-name="java:jboss/datasources/jbpmDS" pool-name="jbpmDS" enabled="true" use-java-context="true"> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> <driver>h2</driver> <security> <user-name>sa</user-name> <password>sa</password> </security> </datasource> <drivers> <driver name="h2" module="com.h2database.h2"/> </drivers> </datasources> </subsystem>Note
The included H2 database is not supported. It is provided for demonstration purposes only and must be changed to a supported database. Please refer to the JBoss BRMS 5 Administration Guide for database configuration instructions.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.