Versions Compared

Key

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

...

  1. From a browser, navigate to http://servicemix.apache.org/download.html
  2. Click the "ServiceMix Runtime x.y Release" link under the "Latest Releases" section. This brings up another page.
  3. Under the "Download Here" section, select the desired distribution (if necessary, scroll down to see the "Download Here" section).
    For a source distribution, the filename will be similar to: apache-servicemix-runtime-x.y-src.zip.
  4. Extract ServiceMix from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  5. Anchor
    Windows Source Installation
    Windows Source Installation
    Build ServiceMix Runtime using Maven 2.0.7 or greater and Java 5.
    The recommended method of building ServiceMix is the following:
    Code Block
    cd [SMX4:servicemix_install_dir]\\src
    
    Wiki Markup
     where {{\[SMX4:servicemix_install_dir\]}} is the directory in which ServiceMix was installed.
    Code Block
    mvn
    
    Both steps take around 10 to 15 minutes.
  6. Unzip the distribution using your favorite zip tool. The windows distribution is available at
    Code Block
    [servicemix_install_dir]\assembly\target\apache-servicemix-runtime-x.y.zip
    
  7. Proceed to the 3. Installation #Starting ServiceMix section of this document.
  8. Following start-up, go to the #Testing the Installation section of this document.

...

  1. From a browser, navigate to http://servicemix.apache.org.
  2. Click the Download link in the navigation pane (the left pane).
  3. Click the "Current development SNAPSHOT release" link.
  4. Select the version of ServiceMix to download (if necessary, scroll down to see the ServiceMix snapshots).
  5. Extract the files from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  6. If a binary snapshot was downloaded proceed to the #Starting ServiceMix section of this document.
    If a source snapshot was downloaded perform step 5 (building) and step 6 (unzipping) of the 3. Installation procedure and proceed to the 3. Installation section of this document.
  7. Following start-up, proceed to the 3. #Testing the Installation section.

Installation Procedure For Unix

...

This procedure explains how to download and install the source distribution on a Unix system. This procedure assumes the Unix machine has a browser. Please see the previous 3. #Unix Binary Installation section for ideas on how to install ServiceMix without a browser. NOTE: ServiceMix Runtime requires Java 5 to compile, build and run ServiceMix.

...