1. 程式人生 > >tomcat執行出現問題(Starting Tomcat v8.0 Server at localhost' has encountered a problem.)

tomcat執行出現問題(Starting Tomcat v8.0 Server at localhost' has encountered a problem.)

tomcat執行出現問題(Starting Tomcat v8.0 Server at localhost' has encountered a problem.)

在啟動Tomcat的本地主機伺服器V8.0”遇到了問題。

發生問題

詳細資訊

Port 8080 required by Tomcat v8.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).

在本地主機被Tomcat8.0伺服器所需的埠8080已在使用。伺服器可能已經在另一個程序中執行,或一系統過程可使用的埠。要啟動該伺服器,您將需要停止其他程序或更改埠號碼。

win+r   cmd   netstat -ano

Microsoft Windows [版本 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netstat -ano

活動連線

協議 本地地址 外部地址 狀態 PID
……
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 4208
……

tasklist|findstr "4208"

Microsoft Windows [版本 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Windows\system32>tasklist|findstr "4208"
ApplicationWebServer.exe      4208 Services                   0     10,392 K

C:\Windows\system32>

工作管理員

詳細資訊

NI Application Web Server 的屬性(本地計算機)

禁用 停止

 啟動 Tomcat 8.0

cmd

Microsoft Windows [版本 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\u539f>start http://localhost:8080/

C:\Users\u539f>

瀏覽器

關閉 Apache Tomcat 8.0 服務

開啟 eclipse Java EE

Ctrl+Alt+R

文章來源:點選開啟連結