STUDY/JAVA
Document base [파일경로]does not exist or is not a readable directory at org.apache.naming.resources.FileDirContext.setDocBase
3unB
2025. 2. 13. 10:54
반응형
tomcat 서버 Modules에는 프로젝트가 들어가 있지만
서버에서 add and remove에서는 프로젝트가 Configured 되어 있지 않을때 발생하는 오류
Modules 에서 전부 삭제 + 해당 tomcat clean 한 후 해당프로젝트를 Configured 쪽으로 Add 하면 정상적으로 구동됨
Server에 새로운 서버를 추가할 때마다 tmp1, tmp2 로 생성되는데 그 안에 해당 프로젝트가 없어서 발생함
반응형