我是靠谱客的博主 生动石头,这篇文章主要介绍Resin/4.0.32: server '' does not match a unique or ,现在分享给大家,希望可以做个参考。

按照http://www.cnblogs.com/edwardlauxh/archive/2012/12/08/2808360.html网址进行resin集群,启动时报错:
Resin/4.0.32: server '' does not match a unique <server> or <server-multi>
with a unique local IP in /home/resin-pro-4.0.32/conf/resin.xml.

错误resin.properties配置为:
# web-tier Triad servers: web-0 web-1 web-2
web_servers : 127.0.0.1:6810

# app-tier Triad servers: app-0 app-1 app-2
app_servers: 127.0.0.1:6800
127.0.0.1:6801


正确配置:
# web-tier Triad servers: web-0 web-1 web-2
web_servers : 127.0.0.1:6810

# app-tier Triad servers: app-0 app-1 app-2
app_servers: 192.168.0.1:6800
192.168.0.2:6801

只要把IP修改成内网IP地址就可以了。

以下是官网的配置http://www.caucho.com/resin-4.0/admin/clustering-overview.xtp
[img]http://dl2.iteye.com/upload/attachment/0090/8898/8faff770-afcd-32fd-a532-0e70d57cb954.png[/img]

最后

以上就是生动石头最近收集整理的关于Resin/4.0.32: server '' does not match a unique or 的全部内容,更多相关Resin/4.0.32:内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(72)

评论列表共有 0 条评论

立即
投稿
返回
顶部