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……

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM