1、首先确定服务器中是否已安装jdk.
安装方法 www.aminglinux.com/bbs/thread-766-1-1.html
2、安装resin:
#wget http://www.caucho.com/download/resin-pro-4.0.10.tar.gz
#tar zxvf resin-pro-4.0.10.tar.gz
#cd resin-pro-4.0.10
#mv resin-pro-4.0.10 /usr/local/resin
#cd /usr/local/resin
# ./configure
# make
# make install
3、配置resin:
cd /usr/local/resin/conf
vi resin.xml
找到
。。。。
把上面的内容注释掉
不注释则启动resin时会报
can't start -server '' for watchdog at 127.0.0.1:6600.
com.caucho.config.ConfigException: requires compiled JNI.
Check the $RESIN_HOME/libexec or $RESIN_HOME/libexec64 directory for
libresin_os.so.
4、启动与关闭resin:
cd /usr/resin/bin
启动
sh resin.sh start
关闭
sh resin.sh stop
5、访问resin:
可以通过:http://127.0.0.1:8080/进行访问。
也可以进入RESIN的后台管理:
resin自带服务器的后台管理,可以查看服务器的运行状态:
进入http://IP:8080/resin-admin/, (IP为你配置resin服务器IP)
在下方注册后会在resin安装目录下/conf/目录下生成admin-users.xml.genatse文件,重命名为admin-users.xml后重启resin,用注册的用户名即可登陆服务器后台。
安装方法 www.aminglinux.com/bbs/thread-766-1-1.html
2、安装resin:
#wget http://www.caucho.com/download/resin-pro-4.0.10.tar.gz
#tar zxvf resin-pro-4.0.10.tar.gz
#cd resin-pro-4.0.10
#mv resin-pro-4.0.10 /usr/local/resin
#cd /usr/local/resin
# ./configure
# make
# make install
3、配置resin:
cd /usr/local/resin/conf
vi resin.xml
找到
。。。。
把上面的内容注释掉
不注释则启动resin时会报
can't start -server '' for watchdog at 127.0.0.1:6600.
com.caucho.config.ConfigException: requires compiled JNI.
Check the $RESIN_HOME/libexec or $RESIN_HOME/libexec64 directory for
libresin_os.so.
4、启动与关闭resin:
cd /usr/resin/bin
启动
sh resin.sh start
关闭
sh resin.sh stop
5、访问resin:
可以通过:http://127.0.0.1:8080/进行访问。
也可以进入RESIN的后台管理:
resin自带服务器的后台管理,可以查看服务器的运行状态:
进入http://IP:8080/resin-admin/, (IP为你配置resin服务器IP)
在下方注册后会在resin安装目录下/conf/目录下生成admin-users.xml.genatse文件,重命名为admin-users.xml后重启resin,用注册的用户名即可登陆服务器后台。
编辑回复