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).
  1. Quick Start

Versions Compared

Key

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

...

1. Quick start

Installing the NMR

Downloading and unarchiving the NMR distribution provides a ready to use JBI container.
To launch it, simply enter the following command:

Code Block

cd [NMR_HOME]
bin/servicemix

or on Windows

Code Block

cd [NMR_HOME]
bin\servicemix.bat

Installing the NMR from a plain ServiceMix Kernel

  • Install ServiceMix Kernel
  • Inside the Runtime console, launch the following commands:
    Code Block
    features addUrl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0/xml/features
    features install nmr
    nmr
    

...