我在同一个文件夹中有两个树脂web服务器(41,47)。实际上,当我在41年部署和启动项目时,我正在将服务器版本从47改为41,它遇到了一些错误,如下所示。
[admin@localhost bin]$ ./resin.sh start;
Resin/4.0.41 can't start -server 'app-0' for watchdog at 127.0.0.1:6600.
Unexpected resin.home mismatch:
CLI resin.home: /home/admin/resin-pro-4.0.41/
watchdog resin.home: /home/admin/resin-4.0.46/有人能帮我解决这个问题吗?
发布于 2016-01-14 20:09:22
经过艰苦的努力,我得到了这个问题的答案,将树脂移动到其他目录将会解决这个问题。简单!:)
发布于 2017-06-06 08:55:43
尝试修复resix.xml
<server-multi id-prefix="app-" address-list="${app_servers}" port="6800" watchdog-port="6601"/>
https://stackoverflow.com/questions/34766902
复制相似问题