THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
 
  Apache ServiceMix NMR #usernavbar() #printableicon() #pdficon() #feedicon()  
When you contribute content to this Wiki, you grant a license to the ASF for inclusion in ASF works (as per the Apache Software License).
  4. Installing the NMR in Equinox

Versions Compared

Key

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

...

Here are the required steps to install the NMR and JBI layer in Equinox:

  • create a new folder which will be referred to as home
  • create a subfolder named system and another one named configuration
  • create a file named configuration/config.ini in this folder and paste the contents below
  • download the equinox framework jar (org.eclipse.osgi_xxx.jar) from here
  • in the system folder, you need to download and put all the files listed in the configuration file. These files are available from Equinox, Orbit, the maven central repo and ServiceMix maven2 repo
  • run the following command:
    Code Block
    java -jar org.eclipse.osgi_3.3.2.R33x_v20080105.jar -console
    
    and the NMR and JBI layer should be started.

...