[이클립스] Tomcat 실행 에러(ClassNotFoundException)

이클립스 Class 파일이 정상 생성이 안되는 현상을 수정하고자

Build Path 변경 후, Tomcat 실행했을 때 정상 구동이 안되는 상황.

 

1. Projcet

Properties > Java Build Path > Order and Export 확인 

Clean, Build Automatically 체크 및 실행

 

-> 상황 해결 안됨.

 

 

2. .metadata > plugins > org.ecilpse.core.resource 내 snap 파일 삭제

 

3. .settings > org.ecilpse.wst.common.component  내

deploy-path , source-path 확인 및 property context-root , java-output-path 등 설정 값 확인

 

4. Properties > DeployAssembly 확인

 

5. Tomcat Server 

Web modules 

server.xml 내 Context 의 Path 및 Docbase 값 비교

 

6. Build 혹은 실행 시 Problems 확인하여 에러 수정 처리

 

위의 절차들 모두 수행하며,, 이클립스 재기동 후 ,

Tomcat Publish > Run 하여 정상 기동 확인함..