0
我在Linux上遇到了WebSphere 8.5.5的404錯誤問題。WebSphere 8.5.5 Linux:錯誤404:SRVE0295E:報告錯誤:404
我能夠訪問index.jsp
頁面,但無法訪問其他資源(例如,休息服務)。我不斷收到:
錯誤404:SRVE0295E:錯誤報告:404
enable-file-serving
設置爲true
。
相同的Web應用程序部署良好,所有資源都可用於Windows WebSphere而非Linux版本。
任何建議表示讚賞。
[9/9/17 13:04:05:493 EDT] 00000086 PageNotFound W org.springframework.web.servlet.DispatcherServlet noHandlerFound找不到具有URI的HTTP請求的映射[/ CXProcessEnterpriseCloud/api/rest/deploymentService/processes/MyProcess/cd]在名爲'SpringREST'的DispatcherServlet中 –
這是我的web.xml中的相關部分: –