此内容没有您所选择的语言版本。
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.zip
- jboss-brms-manager-ee6.zip
- jboss-jbpm-console-ee6.zip
- jboss-jbpm-engine.zip
- modeshape.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.
- Extractjboss-brms.warfrom thejboss-brms-manager.ziparchive and copy to thejboss-eap-6.0/standalone/deployments/directory.
- Extractbusiness-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 thejboss-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 thejboss-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:Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Edit the name of the datebase injboss-eap-6.0/standalone/configuration/standalone.xmlchanging it tojbpmDS:Copy to Clipboard Copied! Toggle word wrap Toggle overflow 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.