This section is aimed at users who wants to use the SOA Console with an existing Orchestra engine.
To do this, you can download the SOA Console without Orchestra from Orchestra download page on OW2 forge : http://forge.ow2.org/projects/orchestra
Then, you need to extract the WAR in the webapps folder of a tomcat server.
Last step is to modify the JMX information of orchestra.properties (in WEB-INF/classes directory of the extracted war). You'll need to change the port, service url and object name with your Orchestra engine ones :
# 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=Orchestra:type=RemoteAPI