본문 바로가기

톰캣2

spring 스프링 jstl 오류 집에서 공부를 하는데 집중이 잘 안돼서 노트북을 구매해서 도서관을 가기 시작했다 그래서 데스크탑에 있던 파일들을 노트북으로 옮겼는데 jstl 오류가 떴다 Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 파일을 그대로 가져온 거라 pom.xml에 가도 javax.servlet jstl 1.2 이렇게 잘만 들어가 있었다 해결 에러가 발생한 프로젝트(오른쪽 마우스 클릭) > Properties > Java Build Path > Libraries > Add Library > Server Runtime 에서 사용중인 톰캣 서버를 추가했더니 문제가 해결됐다. 사실 어떤 이유 때문에 문제가 해결됐는지는 모르겠다 대체 왜?.. 2023. 6. 7.
[톰캣 서버 에러 해결] Several ports (8005, 9090) required by Tomcat v9.0 Server at localhost are already in use. 구글링을 해보면 이 문제가 자주 발생하는 것 같은데 프로젝트를 같이 했던 팀원들은 처음보는 에러라고 했던 케이스다 Several ports (8005, 9090) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop t.. 잘만 돌아가던 서버가 갑자기 이런 문구가 나오면서 돌아가지를 않는다. 해결 방법 1.관리자 권한으로 cmd 창을 열어준다 (원래는 윈도우키+r 누르고 cmd 입력하면 빠른데 관리.. 2023. 5. 17.