기초공사 (html,css,javascript)
개발환경구축 오류 본문
1.org.apache.catalina.LifecycleException,
심각: 클래스 [com.bridgetec.ar.common.ContextInitializer]의 애플리케이션 리스너를 설정하는 중 오류 발생
2. pom.xml파일오류
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.0.0</version>
</dependency>
추가
3. Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds.
If the server requires more time, try increasing the timeout in the server editor.
--->server클릭하고 port설정하는 곳 위에 보면 timeout에서 90으로 늘려준다.
4. java.lang.ClassNotFoundException: org.apache.axis2.transport.http.AxisAdminServlet"
에러
검색 결과.
--> WEB-INF/web.xml에서
<servlet-class>
org.apache.axis2.transport.http.AxisAdminServlet
</servlet-class> 아래로 변경한다.
<servlet-class>
org.apache.axis2.webapp.AxisAdminServlet
</servlet-class>
5.메이븐추가
https://docu94.tistory.com/119
6.
7.
[Eclipse] Tomcat 웹 모듈 경로 설정 방법(Web Modules Path) (tistory.com)
8.
properties > Deployment Assembly > ADD> Java Build Path Entries > Maven dependencies 추가 및
다른 dependencies 추가
9.
java - openjdk 1.7 in eclipse: operator is not allowed for source level below 1.7 - Stack Overflow
환경 설정 > JRE 환경에서 수동으로 jdk 경로를 추가한 다음 환경 설정 > 컴파일러 > 실제로 준수 수준을 변경
10.
이클립스 > Servers 탭, Run On Server가 없는 경우
11. JAVA pom.xml 오류 해결법
12.eclipse 서버설정문제
13.[톰캣/에러] Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules 에러 :: 유랑하는 개발자 (tistory.com)
14.[ 에러 처리 ] Eclipse에서 Tomcat 실행시 발생 [ Maven 사용시 ][org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생 (tistory.com)
'ecillpse > 연동시 오류들' 카테고리의 다른 글
board 붙일때 오류 (0) | 2024.01.06 |
---|