這篇文章帶給大家的內容是關於Tomcat出現端口佔用錯誤的解決方法介紹,有一定的參考價值,有需要的朋友可以參考一下,希望對你有所幫助。
Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are 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).
最近調項目,發佈到Tomcat顯示錯誤,
這個錯誤顯示連接埠8005,8080,8009被佔用,有兩種解決方案:
一、開啟專案管理器,找到javaw.exe,點擊結束進程,再重啟就OK了。
二、找到安裝Tomcat的安裝目錄
apache-tomcat-8.5.37\conf底下的server.xml設定文件,修改如下埠號:
改為8015
改為8088
############################ ##改為8019###### ###以上是Tomcat出現連接埠佔用錯誤的解決方法介紹的詳細內容。更多資訊請關注PHP中文網其他相關文章!