문제점해결

apache tomcat v7.0 supports j2ee 1.2,1.3,1.4 and java ee 5 and 6 web modules

예쁜꽃이피었으면 2014. 12. 30. 15:12


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




결론 - > 안됨. 원래 있던건가.. 음 

반응형