tomcat注册服务 启动报错_Tomcat几种启动报错及解决办法

今天真跪了,tomcat的错想到想不到的都遇到了。不记录一下都愧对今天愁掉的hair

在此之前分享一个集错网站,应该是程序员必备的网站之一,不过纯英文,小酸爽

b62c99389467632156610947b33f5b40.png

1. Several ports (8005, 8089, 8009) required by Tomcat v8.0 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).

f1d5b3b4b44161700216aaaaac4ae16e.png

原因: 端口8005, 8089, 8009被占用了。可能是在打开Tomcat的情况下关闭了Eclipse,或是Eclipse非正常关闭,导致先前的Tomcat没有被关闭,端口占用。或是其他软件占用了tomcat的端口号。

解决方法:手动将tomcat关闭(双击tomcat目录下bin文件夹中shutdown.bat文件),如果找不到,

你可能感兴趣的:(tomcat注册服务,启动报错)