tomcat启动出现错误:Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]

刚配置的电脑,公司使用eclipse,so在自己电脑上也装了eclipse用用,发现启动服务器出现以下错误

tomcat启动出现错误:Failed to destroy end point associated with ProtocolHandler[

console提示Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]

百度的回答都是web.xml配置文件的问题。什么里面的配置名称要一致!我发现我的不是这个问题!是tomcat中 Server Locations

默认是选择  Use workspace metadata(dose not modify Tomcat installation)

然后修改为 Use Tomcat installation(takes control of Tomcat installation)

tomcat启动出现错误:Failed to destroy end point associated with ProtocolHandler[

可能你打开,发现是灰色的不能修改,那是因为Server中有部署项目,把项目都移除,然后再启动就可以操作了。

当然你也可以删掉tomcat,再次添加进来。

做个笔记,如果对你有帮助,可不可以点个赞呢!!!

你可能感兴趣的:(Tomcat)