论坛首页 Java企业应用论坛

resin上部署web工程

浏览 2889 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-03-25  
在resin的conf文件夹下的resin.conf(4.0版本是resin.xml)中
<web-app id="/" document-directory="webapps/ROOT"/>
下面添加:
<web-app id="/test" document—directory="E:\workplace\myweb\WebContent"/>


id是工程启动时的名称,document-directory 是编译好的web工程。

(linux上)然后查看resin进程
ps -ef |grep resin
id     3283  1653  0 15:17 pts/1    00:00:00 grep resin
kill掉resin进程
kill -9 id
重启resin
sh     /usr/local/service/resin/bin/resin.sh   start

然后访问web工程
http://ip:8080/test/index.jsp


论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics