404錯誤,求大神解答
Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
完全按照老師講的一步一步配置的,結果出現這種錯誤,服務器正常啟動,沒有報錯
Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
完全按照老師講的一步一步配置的,結果出現這種錯誤,服務器正常啟動,沒有報錯
2017-07-17
舉報
2017-09-25
。。。。。。。
2017-07-20
ssh整合出現的404大多是監聽器配置問題? ? ?
<!-- 配置Spring框架核心的監聽器 -->
? ? <listener>
? ? ? ? <listener-class>org.springframework.web.context.ContextLoaderListener </listener-class> ? ??
? ? </listener>
? ? <context-param>
? ? ? ? <param-name>contextConfigLocation</param-name>
? ? ? ? ? <!-- 該路徑以webRoot作為根路徑 ?默認/WEB-INF/ -->
? ? ? ? <param-value>classpath:applicationContext.xml</param-value>
? ? </context-param>
而classpath:就是src目錄下的配置文件