apache tomcat v7.0 supports j2ee 1.2,1.3,1.4 and java ee 5 and 6 web modules
실행하면 에러가 나는 프로젝트를 다시 실행해보려고 하는데
위에 문구가 눈에 띄었다. 음.. 계속 있던 문구일지도 모르지만
계속 실행이 안되서 이런저런 방법을 찾다보니
이건 뭔지 궁금했다.
http://seemoon.tistory.com/139
오류 : "Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules"
톰캣 버전을 5.5 나 60.0으로 변경해도 오류는 동일했다. 프로젝트 생성시 target_runtime을 지정해줘야 한다. 이를 정해주면, 웹모듈 버전등이 그에 맞게 변경된다.
참조 : http://blog.naver.com/djmoto/140113995266
target_runtime 은 또 뭐지..
->
http://blog.daum.net/question0921/672
http://smartdresser.tistory.com/50
결론 - > 안됨. 원래 있던건가.. 음
반응형
'문제점해결' 카테고리의 다른 글
HTTP Status 500 - Servlet.init() for servlet ControllerAction threw exception (0) | 2014.12.30 |
---|---|
svn directory 'tmp/.svn' containing working copy admin area is missing (0) | 2014.12.30 |
Eclipse 자동 컴파일 안될 때 (0) | 2014.12.30 |
HTTP Status 500 - java.lang.NoClassDefFoundError: com/ibatis/common/resources/Resource (1) | 2014.12.30 |
java.lang.ExceptionInInitializerError (0) | 2014.12.19 |