摘要: Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a s... 阅读全文
posted @ 2015-11-23 20:30 人生设计师 阅读(317) 评论(0) 推荐(0)
摘要: 因为Apache无法启动的原因,用netstat命令查看了一下80端口是否被占用了,如下:C:\Users\Maple>netstat -ano | findstr 0.0.0.0:80 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4果然是被占用了,进程PID为4,进任务管... 阅读全文
posted @ 2015-11-23 20:20 人生设计师 阅读(430) 评论(0) 推荐(0)