jericho0702 发表于 2017-2-20 06:32:55

RHE5 -- 安装resin

# tar -zxvf resin-3.1.8.tar.gz
# cd resin-3.1.8

# ./configure
# make
# make install

# source /etc/profile
# java -jar lib/resin.jar start
Resin/3.1.8 started -server '' for watchdog at 127.0.0.1:6600

# java -jar lib/resin.jar shutdown
Resin/3.1.8 shutdown ResinWatchdogManager

加点料给自己看:

> ./configure --prefix=/home/bluepeer/resin --enable-jni --enable-linux-smp --with-apxs=/home/bluepeer/apache2/bin/apxs --with-java-home=/home/bluepeer/jdk

大功告成。
页: [1]
查看完整版本: RHE5 -- 安装resin