No Spring WebApplicationInitializer types detected on classpath点击登录发生404错误
咸zzz鱼 2016-11-21 12:14:42 struts1+spring3.2.1+hibernater4.2.21
No Spring WebApplicationInitializer types detected on classpath
十一月 21, 2016 11:56:00 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8080"]
十一月 21, 2016 11:56:00 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-bio-8009"]
十一月 21, 2016 11:56:00 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 10566 ms
<web-app version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
metadata-complete="true">
type Status report
message /ssh01/loging.do
description The requested resource is not available
这错误是没法加载action类,我用的是struts1
这问题怎么解决?求指点。