...
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 | ||
---|---|---|
| ||
cd $MULE_HOME ./bin/mule start --config mule-oscar-config.xml ./bin/mule stop --config mule-oscar-config.xml |
...