Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: commands for win

...

With Apache ServiceMix already installed, open a command line console and change directory to <servicemix_home>. To start the server, run the following command in Windows

Code Block

bin\servicemix

respectively in Linux:

Code Block
bin/servicemix

...

Open another command line console in the <servicemix_home> directory and run the following commands (here, Linux syntax is used; in Windows do use copy instead of cp and backslash instead of slash as path deliminator).in Windows

Code Block

copy components\servicemix-shared-*.zip install
copy components\servicemix-http-*.zip install
copy components\servicemix-jsr181-*.zip install
copy examples\wsdl-first\wsdl-first-sa-*.zip deploy

respectively Linux:

Code Block
cp components/servicemix-shared-*.zip install
cp components/servicemix-http-*.zip install
cp components/servicemix-jsr181-*.zip install
cp examples/wsdl-first/wsdl-first-sa-*.zip deploy

...