STS3을 켜고 아파치 톰캣 서버를 실행하려고 했으나 제목과 같은 에러가 발생했다.
해결한 참고 사이트는 아래와 같다.
Multiple contexts with the same path error running web service in Eclipse using Tomcat
This is the error that I got when I created my first Axis2 web service using Eclipse. After I wrote the class, I created the web service with Apache Axis2. When I click the start server button in e...
stackoverflow.com
하지만 난 이클립스가 없기 때문에,
Servers에서 server.xml을 찾고 아래와 같이 XML Editor를 켜주었다.


위와 같이
<Context>가 두 번 설정되어 있는 것을 알 수 있다.
커서로 표시한 부분을 지워주고 다시 실행

성공..
'궁금해요' 카테고리의 다른 글
Ajax (그리고 JavaScript와 jQuery) (0) | 2023.01.09 |
---|---|
Cause: error: invalid source release: 17 에러 (0) | 2023.01.01 |
org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.1 에러 (0) | 2023.01.01 |
H2 접속 오류 (0) | 2022.10.27 |
[스프링] Could not resolve all files for configuration ':classpath'. 에러 (0) | 2022.04.22 |