日期:2014-05-20 浏览次数:20917 次
 <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 listenerStart 2011-9-15 20:48:10 org.apache.catalina.core.StandardContext start 严重: Context [/ssh_test_01] startup failed due to previous errors