resin的问题http cant bind to *:8080. Check for conflicting servers
Posted on 八月 16rd, 2007 由 admin
http cant bind to *:8080. check for conflicting servers
推荐阅读
网友:iiceu
首先确信只打开一个resin,
其次check 有无tomcat(他默认8080),看tomcat 是否在后台启动,
再就是该resin配置,
更改监听端口
68,69行:
<!-- the http port -->
<http port=8080/>
把8080改成另一个,比如5678,
之后重起resin,输入localhost:5678/......
即可
网友:iiceu
或者更改resin绑定得端口,默认是6802,
改成零一个试一下
75行:
<!--
- the srun port, read by both jvm and plugin
- 127.0.0.1 is the localhost
-->
<srun host=127.0.0.1 port=6801/>
网友:wizardho
端口冲突,改端口号或关闭原来端口
网友:wizardho
用netstat -a查看端口使用情况
网友:hfprogramer
呵呵,来迟了,应该是断口冲突。
.

讨论区