我是靠谱客的博主 冷艳小懒猪,这篇文章主要介绍【023】tomcat 启动失败,提示 Failed to initialize end point associated with ProtocolHandler 的解决方法,现在分享给大家,希望可以做个参考。
解决方法如下:
1、切换到DOS。
2、输入命令 netstat -anb > a.txt。
3、查看当前目录下的a.txt文件。
4、找到 被占用的端口。比如:
复制代码
1
2TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 1220 [QCJavaService.exe]
例子中表示 8009 端口被 QCJavaService.exe占用。
5、修改 conf/server.xml 对应的端口。
原文链接
最后
以上就是冷艳小懒猪最近收集整理的关于【023】tomcat 启动失败,提示 Failed to initialize end point associated with ProtocolHandler 的解决方法的全部内容,更多相关【023】tomcat内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复