Struts 2 - blank - 2.0.9 데모 실행 중 이상 발생

struts 2 와 xwork 2 의 원본 코드 를 모두 workspace 에 넣 고 struts 2 - blank 라 는 struts 의 자체 데모 를 실행 합 니 다. tomcat 가 시 작 될 때 이 오류 가 발생 했 습 니 다. 기본적으로 spring 의 context 를 초기 화 하 는 것 처럼 보 입 니 다. 자세 한 stackTrace 는 다음 과 같 습 니 다.
2007-9-4 13:12:58 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
  : Parsing configuration file [struts-default.xml]
2007-9-4 13:12:59 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
  : Parsing configuration file [struts-plugin.xml]
2007-9-4 13:12:59 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
  : Parsing configuration file [struts.xml]
2007-9-4 13:12:59 org.apache.struts2.config.Settings getLocale
  : Settings: Could not parse struts.locale setting, substituting default VM locale
2007-9-4 13:13:00 org.apache.struts2.spring.StrutsSpringObjectFactory <init>
  : Initializing Struts-Spring integration...
2007-9-4 13:13:00 org.apache.struts2.spring.StrutsSpringObjectFactory <init>
  : ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not configured for your web app! 
Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
You might need to add the following to web.xml: 
    <listener>
        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
2007-9-4 13:13:00 org.apache.catalina.core.StandardContext start
  : Error filterStart
2007-9-4 13:13:00 org.apache.catalina.core.StandardContext start
  : Context [/test] startup failed due to previous errors

어떻게 해결 해 야 할 지 모르겠다.
BTW, 제 가 WAR 가방 을 tomcat 에 직접 버 리 면 정상적으로 작 동 할 수 있 습 니 다. jar 가방 을 더 넣 어서 그런 것 같 습 니 다.

좋은 웹페이지 즐겨찾기