您的位置:首页 > 其它

Zigbee通讯漫谈(初次见面)

2015-07-10 15:14 344 查看
在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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: