404錯(cuò)誤,求大神解答
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.
完全按照老師講的一步一步配置的,結(jié)果出現(xiàn)這種錯(cuò)誤,服務(wù)器正常啟動(dòng),沒有報(bào)錯(cuò)
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.
完全按照老師講的一步一步配置的,結(jié)果出現(xiàn)這種錯(cuò)誤,服務(wù)器正常啟動(dòng),沒有報(bào)錯(cuò)
舉報(bào)
2017-09-25
。。。。。。。
2017-07-20
ssh整合出現(xiàn)的404大多是監(jiān)聽器配置問題? ? ?
<!-- 配置Spring框架核心的監(jiān)聽器 -->
? ? <listener>
? ? ? ? <listener-class>org.springframework.web.context.ContextLoaderListener </listener-class> ? ??
? ? </listener>
? ? <context-param>
? ? ? ? <param-name>contextConfigLocation</param-name>
? ? ? ? ? <!-- 該路徑以webRoot作為根路徑 ?默認(rèn)/WEB-INF/ -->
? ? ? ? <param-value>classpath:applicationContext.xml</param-value>
? ? </context-param>
而classpath:就是src目錄下的配置文件