Versions Compared

Key

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

...

Code Block
cd [servicemix_install_dir]\examples\file-binding

where servicemix_install_dir is the directory in which Service Mix was installed.

Before running the example, copy a file into the inbox directory:

...

Code Block
[servicemix_install_dir]\bin\servicemix servicemix.xml


where servicemix_install_dir is the directory in which Service Mix was installed After a few seconds of running the example, the test-file.xml file will appear in the outbox directory.

Stopping the Basic Example

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

...