
by
Jeremy Canfield | Updated January 3rd, 2018
In this example, $mule_home is the directory where Mule is installed, such as /opt/MuleSoft, and $instance_name is the name of the Mule instance, such as server01.
Start a Mule instance
~]# $mule_home/instance_name/bin/mule start
After Mule has started, check the mule_ee.log to ensure that the instance is up and kicking.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Mule is up and kicking (every 5000ms)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
**********************************************************
* default * DEPLOYED *
* name-373 * DEPLOYED *
**********************************************************
Stop a Mule instance
~]# $mule_home/instance_name/bin/mule stop