Configuring the BTM JMX Agent

After deploying the BusinessWorks process instance, and the BTM model, the BTM JMX Agent can be configured and started.

  1. Deploy the Java EE Service Runtime Toolkit on the host machine.
  2. Configure the btmjee.xml file with your connection properties.

    btmjee
    <Configurations>
    <Connection name="ProcessInstance" type="JSE">
    <Property key="jmxserviceurl" value="service:jmx:rmi:///jndi/rmi://localhost:8880/jmxrmi"/>
    </Connection>
    </Configurations>
  3. User and password properties can be specified if authentication is configured for JMX.
  4. Before starting the JMX agent, be sure to specify a JAVA_HOME system environment variable that points to the BusinessWorks JRE.

Was this page helpful? Yes No Submitting... Thank you

Comments