Versions Compared

Key

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

...

  1. ServiceMix should be running first. Please see the #Getting Getting Started Guide guide for instructions on running ServiceMix.
  2. Click on the MC4J executable MC4J Console 1.2b9.exe (for Windows) to start MC4J. The executable can be found in the top-level directory of the MC4J installation. The MC4J window will appear.
  3. Select "Management>Create Server Connection..." from the menu. This will start "My Wizard". The connection to ServiceMix can be created using the wizard.

    Panel
    borderColor#ccc
    titleMC4J My Wizard
    borderStylesolid



  4. Enter the following into the text boxes/pull-down menus:
    Select your server connection type: JSR160
    Name: This can any name, for example, ServiceMix
    Server URL: service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX
    The Server URL is service:jmx:rmi:///jndi/rmi://hostname:port/app_to_monitor. Where the hostname is name of the host on which the application to be monitored is running, the port is the port number to connect to the application, and the app_to_monitor is the JMX-enabled application to monitor. For example, if none of the defaults for ServiceMix have been modified and ServiceMix is running on localhost, enter the following: service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX.
  5. Accept the defaults for the rest of the fields in the Wizard.
  6. Click "Next."
  7. Click "Finish" in the next window.
    A connection to ServiceMix has been added to MC4J!

    Panel
    borderColor#ccc
    titleMC4J Connections
    borderStylesolid


...

  1. Download the source code. Please see the #Getting Getting Started Guide guide for instructions.
  2. Create the WAR file:
    Code Block
    cd servicemix/tooling/servicemix-web
    maven war
    
  3. 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.
  4. Start ServiceMix from the servlet engine.
  5. Start the ServiceMix JMX Console. Enter the following URL into a web browser: URL-to-be-provided

...