tomcat配置问题:访问http://localhost:8080/ 遇到 Access Error: 404

win7:

8080端口已经被其他应用使用,比如nixxxxxxxxxxxxx

When I had an error Access Error: 404 -- Not Found I fixed it by doing the following:

Open command prompt and type "netstat -aon" (without the quotes)
Search for port 8080 and look at its PID number/code.
Open Task Manager (CTRL+ALT+DELETE), go to Services tab, and find the service with the exact PID number. Then right click it and stop the process.

以上来自stackoverflow……

鄙人研究了半小时,才把这个破问题解决,真是蛋疼……

原文地址:https://www.cnblogs.com/qscqesze/p/6350164.html