resin无法启动的常见问题是:8080端口被占用,只需把resin.conf文件里的端口更改就行了.
下面是resin的怪现象:
原本用的是jdk1.5,resin正常.
又安装了jdk1.4,resin就无法启动.
dos下运行httpd.exe:
D:/resin-3.1.0/resin-3.1.0>httpd.exe
Can't find java executable in C:/jdk;
.....
以下是resin的官方帖子给出的解决方案:
Can't find Java executable in...
If you have moved JDK or Resin manually, you get the error from Resin
because the data Resin once get from the registry and the real location
of the executables doesn't match. Reinstall jdk and, then, reinstall
Resin. That will solve this problem.
我的解决方法:
将jdk全部卸载,重新安装最新版本jdk1.6,配置环境变量.resin就正常了
(一开始重装的是jdk1.5,可是resin还是老问题,最后改装jdk1.6才ok)
本文介绍了Resin服务器遇到启动问题的解决办法。当8080端口被占用时,可以通过修改resin.conf文件来解决。同时,文章还讨论了由于JDK版本冲突导致Resin无法启动的问题,并提供了解决方案。

8903

被折叠的 条评论
为什么被折叠?



