eclipse中遇到Tomcat无法启动的问题
Posted lwpblogs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse中遇到Tomcat无法启动的问题相关的知识,希望对你有一定的参考价值。
Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
原因:这是由于之前已经打开了Tomcat,而运行eclipse时会执行再次打开Tomcat的操作。
解决方法:到Tomcat的安装目录(D:安装包apache-tomcat-8.5.24in(我的安装目录))中双击shutdown.bat关闭Tomcat后再在eclipse中运行。
以上是关于eclipse中遇到Tomcat无法启动的问题的主要内容,如果未能解决你的问题,请参考以下文章
无法在 Eclipse 中启动 Spring Boot App:无法启动嵌入式 Tomcat
tomcat单独启动成功, eclipse启动tomcat报错, 错误一:找不到或无法加载主类 org.apache.catalina.startup.Bootstrap;错误二:端口被占用