Install Mule community edition runtime under centos

1. Put mule-standalone-3.9.0.zip under /opt

2.unzip mule-standalone-3.9.0.zip

3.cd /opt/mule-standalone-3.9.0/bin (to replace jar, please refer to mule operation.doc)

4.chmod 777 * (to give permissions to the files in the bin directory)

5.配置MULE_HOME: export MULE_HOME="/opt/mule-standalone-3.9.0/"

echo $MULE_HOME to see if the configuration is good (env to see all environment variables)

6. Start mule ./mule start (an error will be reported, no execution permission, directly give permission to the file under the error folder: chmod 777 *)

Restart./mule start

7.tail -f ../logs/mule.log View startup log

8. Close mule ./mule stop

 

 

Note: It is also said that to stop mule, you need to use ps -ef|grep mule to find out the PID of the process, and then execute kill -9 PID;

 

The meanings of the fields are as follows:
UID PID PPID C STIME TTY TIME CMD

root     18887 18828   0  08:09     pts/0    00:00:00    grep ApacheJetspeed

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324903185&siteId=291194637
Recommended