노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.


에러 메시지 :


java.lang.IllegalArgumentException: Document base



does not exist or is not a readable directory
    at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:142)
    at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4324)





일반적인 조치 방법 :


- eclipse(이클립스)에서 등록된 프로젝트를 reload를 하면, 대체로 해결이 된다.





여전히 에러가 나는 경우에 추가로 확인할 부분들은... :


- eclipse(이클립스)에서 빌드 에러가 있는지를 살펴 봐라.




- 혹시 eclipse(이클립스) 프로젝트의 속성에서 Web Deployment Assembly가 보이는지 확인을 해 본다.





- 위의 항목이 보이지 않는다면, eclipse(이클립스)에서 빌드를 하지 못하니, 

.project 파일에 아래 항목을 추가하라.


<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>

'Web Tech. > Spring Framework' 카테고리의 다른 글

Java IO Package  (0) 2016.11.15
java.util Collection Framework  (0) 2016.11.14
AES 암호화(encryption)  (0) 2016.10.27
메모리 누수, Memory Leak  (0) 2016.09.27
Spring Boot 소개 (3) - JPA , MySQL  (1) 2016.09.22
블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,