User Guide

Adobe LiveCycle Manually Configuring JBoss for BAM Server
Installing and Configuring LiveCycle for JBoss Deploying BAM Server 87
12. Change the rmi port to 11098:
<attribute name="RmiPort">11098</attribute>
13. In the Invokers to the JMX node section, in the element <mbean
code="org.jboss.invocation.pooled.server.PooledInvoker"name="jboss:service
=invoker,type=pooled">
, change the RMIObjectPort to 14444:
<attribute name="RMIObjectPort">14444</attribute>
14. Change the ServerBindPort to 14445:
<attribute name="ServerBindPort">14445</attribute>
15. Save and close the jboss-service.xml file.
16. Navigate to the [jboss bam root]/server/default/deploy/jms directory and open the uil2-service.xml file
in a text editor.
17. In the element <mbean code="org.jboss.mq.il.uil2.UILServerILService"
name="jboss.mq:service=InvocationLayer, type=UIL2">
, change the ServerBindPort
to
18093:
<attribute name="ServerBindPort">18093</attribute>
18. Save and close the uil2-service.xml file.
Deploying BAM Server
You deploy BAM Server to JBoss by copying the CAS_jboss3.2.x.ear file to the instance of JBoss that you
configured for BAM Server and the CQIntegration.ear file to the instance of JBoss that you configured or
LiveCycle Workflow Server. JBoss can be running or stopped when you copy the files to the directories.
After you copy the files, you must start or restart the server to ensure that the services start correctly.
To deploy BAM Server to JBoss:
1. Copy the CAS_jboss3.2.x.ear file from the [LiveCycle root]/configurationManager/working/bam/jboss
directory to the [jboss bam root]/server/default/deploy directory.
2. Restart the instance of JBoss that you configured for BAM Server.
3. Copy the CQIntegration.ear file from the [LiveCycle root]/configurationManager/working/bam/jboss
directory to the [appserver root]/server/all/ deploy directory.
4. Restart the instance of JBoss that you configured for LiveCycle Workflow Server.
Next step
You must now configure Business Activity Monitor-related properties on LiveCycle Workflow Server and
BAM Server. (See “Getting Started with BAM Server” on page 89
.)