Tomcat ->Multiple Contexts have a path of 에러
2019. 11. 6. 19:32ㆍ🔴 ERROR기록
300x250
여러 프로젝트를 복사하여 사용할 때 각 프로젝트가 가지고 있는 이름(Context Root)이 중복되면
Tomcat이 정상적으로 실행이 되지 않고 "Multiple Contexts"있다고 에러를 뱉어낸다.
1. 프로젝트 우클릭 > Properties 클릭
2. Web Project Settings선택
3. Context root에 있는 이름 다른 프로젝트와 중복되지 않도록 변경
4. Tomcat서버 우클릭 -> Clean해주고 재실행
300x250
'🔴 ERROR기록' 카테고리의 다른 글
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (0) | 2019.12.09 |
---|---|
WEB-INF에 Web.xml파일 없을때 생성하기 (0) | 2019.11.06 |
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path (0) | 2019.11.06 |
Eclipse에서 run > run on server 안나타날때 (0) | 2019.11.06 |
httpservlet cannot be resolved to a type (1) | 2019.11.06 |