삶의 공유

Intellij 내부 Tomcat 사용 시 LifeCycleException:Failed to start component 본문

Web Dev/Java

Intellij 내부 Tomcat 사용 시 LifeCycleException:Failed to start component

dkrehd 2024. 10. 27. 10:26
728x90
반응형

 

LifeCycleException:Failed to start component Error

 

 

 

Intellij 내부 Tomcat 사용 시 LifeCycleException:Failed to start component Error 로 내부 Tomcat을 실행을 못하는 에러에 대한 내용 정리.

 

 

[Error]

 

Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[]]

 

 

 

 

 

[원인 및 해결]

: 아래 하얀색 네모박스에서 나오는것처럼 DirLocation을 webapps으로 설정해두었는데 실제 프로젝트에 webapps폴더가 없어서 발생하는 에러.

 

webapps폴더를 생성하면 정상적으로 tomcat이 실행이 되는 것을 알 수 있음.

반응형