Resin安装异常
首先从http://caucho.com/products/resin/download 下载下来最新的resin-pro-4.0.43.tar.gz开始没有太在意使用
./configure --prefix=/home/servers/
make
make install
不加思索的安装完毕.
结果再执行./resin.sh start时报错了
#./resin.shstart
Unable to access jarfile ./../lib/resin.jar
原因是安装resin时需要指定JDK的安装路径
./configure --prefix=/home/servers/resin --with-java-home=/home/soft/jdk1.6.0_45
make
make install
就搞定了
页:
[1]