Versions Compared

Key

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

...

  1. Download the ServiceMix gzip file to the Unix machine, either using a browser or using a tool, i.e., wget, scp, ftp, etc.
    If the Unix machine has a browser:

...

    1. Navigate to servicemix.apache.org.

...

    1. Click the "Download" link in the navigation pane (the left pane).

...

    1. Click the "ServiceMix Runtime x.y Release" link under the "Latest Releases" section. This brings up a new page.

...

    1. Under the "Download Here" section, select the desired distribution (if necessary,

...

    1. scroll down to see the "Download Here" section). For a binary Unix distribution, the filename

...

    1. will be similar to: apache-servicemix-runtime-x.y.tar.gz.

OR

If the Unix machine does NOT have a browser, tools such as wget, scp, or ftp can be used to download the ServiceMix distribution.
It is beyond the scope of this document to explain the use of those tools. For convenience an example is provided below using
a Windows machine (that has a browser) and a Unix machine with "wget" installed on it.
NOTE: There are several alternative ways to perform this type of installation.a.

    1. Obtain the link to the ServiceMix distribution file. On the Windows machine with a browser, navigate to servicemix.apache.org.

...

    1. Click the "Download" link in the left navigation pane.

...

    1. Click the "ServiceMix Runtime x.y Release" link under the "Latest Releases" section. This brings up a new page.

...

    1. Under the "Download Here" section, roll-over the desired distribution (if necessary, scroll

...

    1. down to see the "Download Here" section). For a binary Unix distribution the filename will be

...

    1. similar to: apache-servicemix-runtime-x.y.tar.gz.

...

    1. Right-click on the distribution name and "Copy Shortcut."

...

    1. On the Unix machine, change to the directory in which ServiceMix will be installed, e.g., /usr/local.

...

    1. Download the ServiceMix distribution to the Unix machine using the "wget" tool. For example, type "wget" followed by the saved shortcut:
      No Format
      
      wget http://www.apache.org/dist/servicemix/servicemix-4/x.y/apache-servicemix-runtime-x.y.tar.gz
      
  1. Extract the files from the gzip file into a directory of your choice. For example:
    Code Block
    gunzip apache-servicemix-runtime-x.y.tar.gz
    tar xvf apache-servicemix-runtime-x.y.tar
    
    Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  2. Proceed to the #Starting ServiceMix section of this document.
  3. Following start-up, go to the #Testing the Installation section.

...

If ServiceMix is up and running without problems, the Window's console window or the Unix command shell will display something similar to the following log line:

Panel
bgColor#000000

No Format
nopaneltrue
 ____                  _          __  __ _
/ ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
\___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
 ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
|____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
No Format
nopaneltrue
 ServiceMix (0.1-SNAPSHOT)

Type 'help' for more information.
--------------------------------------------------------------------------------------------------------------------------------
gnodet@Guillaume-Nodets-MacPro.local:/>

...