Versions Compared

Key

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

...

Binary Installation:
This procedure explains how to download and install the binary or source distribution on a Windows system.

...

Source Installation:
This procedure explains how to download and install the binary or source distribution on a Windows system.

...

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

Code Block
servicemix

Do NOT close/exit from the console window in which ServiceMix was started as that will terminate ServiceMix.

Stopping ServiceMix

To terminate ServiceMix type "CTRL-C" in the command shell in which it is running
and answer "y" to the "Terminate batch job (y/n)?" question.

...

ServiceMix's default port is 1099. From another console window run netstat and look for port 1099.

Windows Installation:
From a windows console type:

Code Block
       
netstat -an|more

Unix Installation:
From a Unix command shellshelltype:

Code Block
netstat -an|grep 1099

...

Configuration

Configuration

...