# Apache Tomcat ###### tags: `server` `tomcat` `Apache` ## 錯誤 ### 專案重名 * 發生情況 Eclipse 無法啟動 Server * 錯誤訊息 >could not publish server configuration for tomcat v9.0 server at localhost. multiple contexts have a path of "/web-path". * 原因 此錯誤訊息表示專案重名 * 解決 至 server.xml 將 <Host> 內重複的 <Context> 專案名刪除即可