본문 바로가기
728x90

BackEnd FrontEnd/JAVA23

[문제해결] 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener 1. 문제상황 > 다음과 같은 에러와 함께 Eclipse에서 Tomcat이 실행되지 않았다. 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1854) at org.apache.catalina.loader.WebappClassLoaderBase.loadC.. 2019. 10. 27.
eclipse 에 dynamic web project 없다면 별도 설치를 해야합니다. 1. Help > Install New Software 2. Luna - http://download.eclipse.org/releases/luna를 선택 3. Web, XML, Java EE and OSGi Enterprise Develppment 아래 다음 항목을 설치한다. - Eclipse Java EE Developer Tools - Eclipse Java Web Developer Tools - Eclipse Web Developer Tools - Eclipse XSD Editors and Tools 2019. 10. 27.
Description Resource Path Location TypeReferenced file contains errors Description Resource Path Location TypeReferenced file contains errors (http://java.sun.com/xml/ns/javaee/javaee_5.xsd). For more information, right click on the message in the Problems View and select "Show Details..." web.xml /telepia-resource/WebContent/WEB-INF line 1 XML Problem --> j2ee 2019. 10. 26.
maven에 외부 jar 사용할때 scope 외부 jar 사용할 때 scope을 system으로 정해줘야 소스상에서 사용가능 해당 scope에 대한 정의 이해필요 2019. 7. 12.
728x90