怎么解决Tomcat无法启动的问题?
介绍解决如下问题的方法:
Several ports (8005, 8080, 8009) required by Tomcat v7.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).
操作方法
- 01
右击工具栏,选择“启动任务管理器”
- 02
选择“javaw.exe”进程
- 03
点击“结束进程”
- 04
再次点击“结束进程”
- 05
重新启动Tomcat,成功启动
赞 (0)