RHE5 -- 安装resin

[root@localhost software]# tar -zxvf resin-3.1.8.tar.gz
[root@localhost software]# cd resin-3.1.8

[root@localhost resin-3.1.8]# ./configure
[root@localhost resin-3.1.8]# make
[root@localhost resin-3.1.8]# make install

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

[root@localhost resin-3.1.8]# 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

大功告成。

你可能感兴趣的:(java,jdk,linux,jni)