[Servlet / JSP] Eclipse 개발환경 셋팅

suyeon·2022년 5월 23일
0

Servlet / JSP

목록 보기
1/9
post-thumbnail

1. encdoing

windows → Preferences → encoding → 전부 UTF-8 변경하기

2. Apache Tomcat 설치

Tomcat 사이트 접속

Tomcat8 → 컴퓨터 사양에 맞는 거 설치하기

3. Eclipse에 Tomcat 등록

windows → Preferences → Server → Runtime Environmnets

8버전 설치했기 때문에 v8.5 선택

Tomcat 설치한 경로를 설정

하단의 Servers 탭에서 Servers 설치

하단의 Servers 탭에서 Tomcat 설치된 것을 확인

4. 프로젝트 생성

New → 웹 응용프로그램(Web Application) → Web → Dynamic Web Project

🚫 ‘Starting Tomcat v8.5 Server at localhost’ has encountered a problem 에러 해결 방법

에러 원인

'Starting Tomcat v8.5 Sever at localhost' has encountered a problem. Port 8080 required by Tomcat v8.5 Server at localhost is already in use. There 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 the other process or change the port number(s).

  • 이미 포트 8080의 톰캣 서버가 실행중이기 때문에 에러가 발생함

해결 방법

  1. 더블 클릭

  1. Overview 창에서 Port Number 숫자를 변경해준다.

0개의 댓글