Versions Compared

Key

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

...

  1. In a browser, go to www.servicemix.org.
  2. Click on the Download link in the left pane.
  3. From this page, click on link in the "Latest Releases" section.
  4. Scroll down to select the version to download. For a binary distribution the filename will be similar to:
    servicemix-x.x.x-src.zip.
  5. Extract the files from the zip file into a directory of your choice.
  6. Change into the ServiceMix directory and build it.
    Code Block
    cd \[servicemix-1.x_dir]
    maven clean test
    
    OR
    maven m:clean
    maven -Dmaven.test.skip=true
    
    
  7. Start servicemix from the target directory:
    Code Block
    cd [servicemix_install_dir\target\servicemix-1.0\bin
    servicemix
    
  8. Proceed to the #Testing the Installation section.

Developer's Releases:

Installation Procedure For Unix

...

To terminate ServiceMix type "CTRL-C" in the command shell in which it is running and answer "y" to the "Terminate batch job (y/n)?" question.

Anchor
Testing the Installation
Testing the Installation
Testing the Installation

The console window will display the following log line if ServiceMix is up and running without any problems:

...