Versions Compared

Key

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

...

On Windows:
From a console window, change to the installation directory and run the servicemix program:

Code Block
       
cd [install_dir]\bin

where install_dir is the directory in which ServiceMix was installed, e.g., c:\Program Files\servicemix-1.x.
Then type:

Code Block
servicemix

On Unix:
From a console windowcommand shell, change to the installation directory and run the servicemix program:

Code Block
       
cd [install_dir]/bin

where install_dir is the directory in which ServiceMix was installed, e.g., /usr/local/servicemix-1.x.
Then type:

Code Block
servicemix or servicemix & 
Warning
titleWarning

Do NOT close /exit from the Windows console window or Unix command shell (unless it was started in the background) in which ServiceMix was started as that will terminate ServiceMix.

...