본문 바로가기
SPRING

[Tomcat] Could not publish server configuration for Tomcat v9.0 Server at localhost.Multiple Contexts have a path of "/controller". 에러 해결

by 은팔 2021. 12. 14.

책 보고 따라하던 중 이런 에러를 발견했다!

 

Could not publish server configuration for Tomcat v9.0 Server at localhost.
Multiple Contexts have a path of "/controller".

 

/controller라는 동일한 Path가 2개 올라가서 그렇다고 한다.

Path를 Edit하거나 Remove 해주면 된다.