Versions Compared

Key

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

...

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 benefit of the ServiceMix WAR file is that it includes a JMX Consolethat allows you to use your Console that allows a web browser to be used to view JMX attributes and statistics.

To create the ServiceMix WAR file from a fresh checkout source doownload of ServiceMix do the code do the followingfollowing:

  1. Download the source code. Please see the #Getting Started Guide for instructions.
  2. Create the WAR file:
    Code Block
    
    cd servicemix/tooling/servicemix-web
    maven war
    

...

  1. Deploy the WAR file 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