ssh整合配置问题
web.xml配置如下
<filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
2011-9-15 20:48:10 org.apache.catalina.core.StandardContext start严重: Error listenerStart2011-9-15 20:48:10 org.apache.catalina.core.StandardContext start严重: Context [/ssh_test_01] startup failed due to previous errors