블로그 이미지
올해목표 // 10월 어학연수 떠나자~ 자수씨

카테고리

전체글 (1457)
Brand New! (28)
주절주절 (213)
MOT (11)
해외쇼핑 (49)
쇼핑노트 (150)
취미생활 (94)
iPhone (4)
Eclipse (121)
Google (83)
Spring (31)
JAVA (176)
JavaScript (59)
WEB (49)
Database (20)
OS (26)
Tools (8)
Tips (26)
IT정보 (1)
Book (21)
Programming (37)
외부행사 (43)
주변인들 (17)
여행노트 (60)
학교생활 (30)
회사생활 (52)
사회생활 (5)
외국어공부 (12)
잡동사니 (30)
Total
Today
Yesterday
 
05-03 00:01
 

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
 

최근에 올라온 글

최근에 달린 댓글

오랜만에 예전에 만들었던 소스를 정리하는데, 웹 프로젝트에서 아래와 같은 문제가 발생했습니다.


CHKJ3008E: Missing or invalid WAR file.



검색을 해보니 WEB-INF 와 WEB-INF/web.xml 이 없거나 문제가 있을 때 발생한다고 합니다.

 CHKJ3008
 Missing or invalid WAR file.

The web.xml file cannot be loaded. The project metadata cannot be initialized from the web.xml file.

    1. Ensure the following:

        - that the WEB-INF folder exists in the web project

        - that WEB-INF contains the web.xml file

        - that WEB-INF is in the project's classpath.

    2. Validate the syntax of the web.xml file: in the Navigator view, highlight the web.xml file, right-click, and select Validate XML file.

    3. If both 1) and 2) are okay, close the project, reopen the project, and rebuild the project. The project metadata will refresh.

출처: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jst.j2ee.doc.user%2Ftopics%2Frvalerr.html



위에 2) 에서 설명한 대로 web.xml 을 Valaidate 시켰더니 문제가 해결되네요 =ㅁ=!!!


 


Posted by 자수씨
, |

글 보관함

최근에 받은 트랙백