Versions Compared

Key

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

...

Anchor
Testing the Installation
Testing the Installation
Testing the Installation

The Window's console window /or the Unix command shell will display something similar to the following log line if ServiceMix is up and running without any problems:

...


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

Windows Installation:

From a Windows console, type:

Code Block
       
netstat -an|find "1099"

...

OR

From a Unix command shell, type:

...

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

...