Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.4.1
-
Fix Version/s: 1.4.2
-
Component/s: Core: Bootstrap / Standalone
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Easy fix:
in the mule run script the WRAPPER_CMD is currently set to ../sbin/wrapper
That worked fine in 1.3.3 when the sbin files were copied to MULE_BASE, now that they aren't running out of MULE_BASE doesn't work. This can be fixed by changing the script to include:
WRAPPER_CMD="${MULE_HOME}/sbin/wrapper"
Silly question but can anybody please confirm that the same needs to be done for WRAPPER_CONF (next line)? IMHO it should be.