Versions Compared

Key

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

...

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

Code Block
servicemix or 

OR

servicemix > /tmp/smlog  2>&1 & 
Note: /tmp/smlog could be changed to another file name.
Warning
titleWarning

Do NOT close the console or shell in which ServiceMix was started as that will terminate ServiceMix (unless ServiceMix was started in the background).

...

For both Windows and Unix installations, terminate ServiceMix by typing "CTRL-C" in the command shell or console in which it is running.

If servicemix was started in the background on Unix, the process can be killed:

Code Block

ps -ef|grep servicemix
kill PID
(code}

Configuring ServiceMix

Configuration