Versions Compared

Key

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

...

Set SMTP info if you have it for error reports.


We need to also set MULE_HOME

Code Block
echo "export MULE_HOME=/home/marc/mule-1.3.3" >> ~/.profile
. ~/.profile


Start and Stop mule using the following commands. It runs as a daemon (background)

Code Block
languagebash
cd $MULE_HOME


./bin/mule start --config mule-oscar-config.xml


./bin/mule stop --config mule-oscar-config.xml

...