2012-06-29 196 views
0

我想配置tomcat 7在Windows 7上使用端口80,但似乎這個端口正在被另一個進程使用,並且想法如何解決這個問題而不會產生任何問題到系統?無法在Windows 7上的端口80上運行tomcat

這裏的錯誤我得到:在cmd中

Port 80 required by Tomcat v7.0 Server at localhost is 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). 
+0

哪個進程阻止端口80? AFAIK它沒有被默認屏蔽... – home

+0

@家,我不知道,如何知道這一點? –

回答

3

出的經驗,通常的Skype阻斷port.Hope它幫助。

netstat -an |find /i "established"可以幫你在這種情況下

+0

對不起Skype通常會阻止8080,但是值得一檢查 –

+0

問題出在Skype上。 –

0

運行netstat -ao,你會在使用中得到PID與港口。

然後檢查taskmgr並按PID排序以查找阻止p80的程序。

作爲個人註釋:我會讓你有Skype的啓動和運行一個賭注,這愛阻止端口80