본문 바로가기

스프링 프레임워크로 CRUD 게시판 만들기

[스프링 프레임워크]게시판 만들기 #2 : Spring과 오라클 DB 연동 및 데이터 베이스 셋팅

https://hyunipad.tistory.com/60?category=1033351 

 

[스프링 프레임워크]게시판 만들기 #2 : Spring과 오라클 DB 연동 및 데이터 베이스 셋팅

본 포스팅은 스프링 프레임워크를 이용하여 기본적인 게시판을 만드는 방법을 설명합니다. 기본적인 프로젝트 세팅에 대한 내용은 지난 포스팅을 참고해주시기 바랍니다. 2021.07.05 - [Spring] - [스

hyunipad.tistory.com

다른건 문제가 없었지만 톰캣서버를 올리는 부분은 검색을 해봐야했고 올리는 도중에 에러가 하나 발생했다.

 

1. 톰캣서버와 sts 연동시키기

"sts 톰캣 연동" 이란 검색어로 입력해서 찾아냈다.

(개발에서는 구글링 능력이 정말로 중요한 것 같다ㅠㅠ)

https://veneas.tistory.com/entry/Spring-STS-4-Spring-Tool-Suite-4-Tomcat-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0

 

[Spring] STS 4 (Spring Tool Suite 4) Tomcat 연동하기

목차 0. 세팅 환경 MAC OS(MacBook Air) 에서 세팅했습니다. 윈도우 환경이랑은 크게 차이가 나지 않습니다. java 버전은 14.0.2버전을 사용했습니다.(AdoptOpenJDK 14.0.2+12) 1. Apache Tomcat 설치하기 Apache..

veneas.tistory.com

 

2. 톰캣 서버 올리는 도중 발생한 에러

나는 Run As -> Run on Server를 하는 순간 다음과 같은 에러가 발생했다. 그래서 있던 기운도 쭉 빠져버렸다.

https://msiqoc.tistory.com/57

 

The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.

https://shinye0213.tistory.com/85 [Tomcat] The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the inval The server cannot be started b..

msiqoc.tistory.com

해당 에러는 위 게시물에 잘 정리해뒀다.