egovframework 웹 프로젝트 생성 후 실행이 안되요!
- 작성자 :
- 김*성
- 작성일 :
- 2009-07-16 00:00:00
- 조회수 :
- 5,362
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
아래 질문에 이어 다시 문의 드립니다. egovframework Web프로젝트 생성 후 maven 업데이트가 제대로 안되었고 이후 동영상교재에서처럼 demo를 만들어 샘플들을 내려받아 Run As에 Run on Server로 실행을 해보면 404에러가 납니다. 아래 메세지 첨부 했구요.. 답변 부탁드립니다.
2009. 7. 16 오후 1:04:56 org.apache.tomcat.util.digester.SetPropertiesRule begin
경고: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:egovframework.demo' did not find a matching property.
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.AprLifecycleListener init
정보: Loaded APR based Apache Tomcat Native library 1.1.14.
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.AprLifecycleListener init
정보: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
2009. 7. 16 오후 1:04:56 org.apache.coyote.http11.Http11AprProtocol init
정보: Initializing Coyote HTTP/1.1 on http-8080
2009. 7. 16 오후 1:04:56 org.apache.coyote.ajp.AjpAprProtocol init
정보: Initializing Coyote AJP/1.3 on ajp-8009
2009. 7. 16 오후 1:04:56 org.apache.catalina.startup.Catalina load
정보: Initialization processed in 1424 ms
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.StandardService start
정보: Starting service Catalina
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.StandardEngine start
정보: Starting Servlet Engine: Apache Tomcat/6.0.20
2009. 7. 16 오후 1:04:57 org.apache.catalina.core.StandardContext listenerStart
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoader.loadClass
2009. 7. 16 오후 1:04:56 org.apache.tomcat.util.digester.SetPropertiesRule begin
경고: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:egovframework.demo' did not find a matching property.
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.AprLifecycleListener init
정보: Loaded APR based Apache Tomcat Native library 1.1.14.
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.AprLifecycleListener init
정보: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
2009. 7. 16 오후 1:04:56 org.apache.coyote.http11.Http11AprProtocol init
정보: Initializing Coyote HTTP/1.1 on http-8080
2009. 7. 16 오후 1:04:56 org.apache.coyote.ajp.AjpAprProtocol init
정보: Initializing Coyote AJP/1.3 on ajp-8009
2009. 7. 16 오후 1:04:56 org.apache.catalina.startup.Catalina load
정보: Initialization processed in 1424 ms
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.StandardService start
정보: Starting service Catalina
2009. 7. 16 오후 1:04:56 org.apache.catalina.core.StandardEngine start
정보: Starting Servlet Engine: Apache Tomcat/6.0.20
2009. 7. 16 오후 1:04:57 org.apache.catalina.core.StandardContext listenerStart
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoader.loadClass
A
안녕하세요.
문의하신 내용은 유선으로 안내드린 바와 같이 프로젝트에 Maven Repository를 설정이 적절치 않아 발생한 문제입니다.
각 프로젝트별 Maven Repository(nexus)를 구축하고 웹어플리케이션의 pom.xml의 repositories를 수정하여 종속 라이브러리 관리를 하시기 바랍니다.
- nexus 가이드 : http://www.egovframe.org/wiki/doku.php?id=egovframework:dev:dep:nexus
- 개인 빌드 가이드 : http://www.egovframe.org/wiki/doku.php?id=egovframework:dev
감사합니다.
문의하신 내용은 유선으로 안내드린 바와 같이 프로젝트에 Maven Repository를 설정이 적절치 않아 발생한 문제입니다.
각 프로젝트별 Maven Repository(nexus)를 구축하고 웹어플리케이션의 pom.xml의 repositories를 수정하여 종속 라이브러리 관리를 하시기 바랍니다.
- nexus 가이드 : http://www.egovframe.org/wiki/doku.php?id=egovframework:dev:dep:nexus
- 개인 빌드 가이드 : http://www.egovframe.org/wiki/doku.php?id=egovframework:dev
감사합니다.