As explained in the previous section, it is possible to install just the console and to connect it with an existing Orchestra engine. To do this, you just install the console as explained in the previous section and then you need to specify the JMX information used by your Orchestra engine. You need to change the following lines in the orchestra.properties file in the conf directory of your console installation :
# Port of the JMX registry orchestra.jmx.port=9999 # JMX Service URL to connect to orchestra mbean server. orchestra.jmx.serviceUrl=service:jmx:rmi:///jndi/rmi://localhost:9999/orchestraServer # Name of the Orchestra MBean orchestra.jmx.objectName=JMXAgent:name=orchestraRemoteDeployer