Versions Compared

Key

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

...

If you are in a hurry to have Apache ServiceMix Runtime Kernel up and running right away, this section will provide you with some basic steps for downloading, building (when needed) and running the server in no time. This is clearly not a complete guide so you may want to check other sections of this guide for further information.

...

Although this installation path is the fastest one, still you will need to install some software before installing ServiceMix RuntimeKernel.

ServiceMix Runtime requires a Java 5 environment to run. Refer to http://java.sun.com for details on how to download and install J2SE 1.5 or greater.

...

Apache ServiceMix Runtime has not been released yet.
You can download a nightly build from the following location:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/apache-servicemix-runtime/1.0-m1-SNAPSHOT/

Depending on the platform you plan to install and run Apache ServiceMix you will select the appropriate installation image. Open a Web browser and access the following URL, there you will find the available packages for download (binaries and source code).

http://servicemix.apache.org/kernel/download.html

Select the file compression format compatible with your system (zip for windows, tar.gz for unixes) by clicking directly on the link, download it and expand the binary to your hard drive in a new directory; for example in z:\servicemix - from now on this directory will be referenced as <SERVICEMIX_HOME>. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.

The installation of Apache ServiceMix Runtime Kernel is as simple as uncompressing the .zip or .tar files. The next step is to start the server.

...

Start the server

With Apache ServiceMix Runtime Kernel already installed, open a command line console and change directory to <SERVICEMIX_HOME>. To start the server, run the following command in Windows:

...