1. 程式人生 > >關於Tomcat啟動成功後index.jsp無法正常顯示的問題(The origin server did not find a current representation )

關於Tomcat啟動成功後index.jsp無法正常顯示的問題(The origin server did not find a current representation )

 首先我遇到的是這樣的錯誤:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

百度翻譯給的中文結果是這個意思:OrthServer沒有找到目標資源的當前表示,或者不願意透露目標資源。

就是找不到index.jsp的意思唄,在網上查了很多教程,有修改Tomcat的,有修改web.xml的,還有刪除Tomcat目錄中的backup資料夾的,最後還是幸運的找到了一個最簡單的方法,如果說找不到index.jsp,訪問路徑又沒有問題,那說明index.jsp所在的資料夾對使用者進行了許可權的設定,學到了大佬的方法後將index.jsp檔案放到WebContent資料夾下,問題迎刃而解,詳細的我就不介紹了,大家如果感興趣就去大佬的文章裡找答案吧:

https://blog.csdn.net/qq_36296239/article/details/78627140