vegetable one(tomcat問題)

stillwatersundeep發表於2019-03-14

一、關於tomcat不能使用的解決辦法
1.Server Tomcat v7.0 Server at localhost failed to start
解決辦法:a.刪除D:\JavaDev\workspace.metadata.plugins\org.eclipse.core.resources下的.snap檔案
2.更換tomcat8.5=>>7.0如何更改專案伺服器從8.5到7.0在Project Facets(右鍵專案最後一個Properties)更改;
3.Publishing the configuration… Error copying file to C:/Program Files/Apache Software Foun在這裡插入圖片描述
解決方案 找到tomcat資料夾 “Apache Software Foundation” 右擊屬性 選擇安全選擇項 編輯 選擇Users 然後許可權選擇完全控制
4.如何給tomcat新增管理員與密碼(修改之後又沒了)
解決方案 在eclipse中修改tomcat-user.xml檔案不要在tomcat安裝目錄下修改。參考連結https://blog.csdn.net/czh500/article/details/77925488

相關文章