当我在Netbeans中运行我的apache tomcat服务器时,我收到此错误:The HTTP server could not start check that the port is not in use
。还有一个错误是正在使用端口8080,但8080实际上没有使用。
可以说出这个问题的原因。
感谢
答案 0 :(得分:0)
尝试检查某些东西是否正在使用端口
netstat -an | grep 8080
如果是,则检查使用相同端口的最臭名昭着的服务
http://www.sitepoint.com/unblock-port-80-on-windows-run-apache/