Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServiceMix JMX Console

ServiceMix comes with a WAR which can be deployed, including ServiceMix includes a simple JMX operational console. A ServiceMix WAR file can be created and deployed inside any Servlet / J2EE application server in a standard deployment unit. The added benefit of the ServiceMix WAR is that it includes a simple JMX operational console, as well allowing JMX Consolethat allows you to use your web browser to view JMX attributes and statistics.

To create the ServiceMix WAR from a fresh checkout of the code try do the following:

Code Block
cd servicemix/tooling/servicemix-web
maven war

Then drop the WAR in into any servlet engine. Instructions for deploying the ServiceMix WAR file on Tomcat, JBoss, and Geronimo are provided in section_to_be_written.

Related Documentation