在MyEclipse中启动Tomcat时出现错误,错误信息如下:
严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]
这是由于8080端口冲突导致的。
关掉MyEclipse后,打开任务管理器,将名字为javaw.exe的进程全部结束。然后重新打开MyEclipse,启动Tomcat就可以了。
这样问题就解决了,希望对大家有帮助。
【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]
原文地址:http://blog.csdn.net/xiaoguaihai/article/details/40427625