Versions Compared

Key

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

...

Unix Installation

Running ServiceMix

Stopping ServiceMix

Test the Installation

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.

Question: should I use wdir (like it is called on
Or is this something else.

...

Then type:

Code Block

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.

Test the Installation

The console window will display the following log line if
ServiceMix is up and running without any problems:

Code Block

           [INFO

...

] JBIContainer -- ServiceMix JBI Container 
           <http://servicemix.org/

...

> name: defaultJBI running version: null

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

...