본문 바로가기

학원/JSP

JSP 준비

[ 목차 ]

1. 아파치 톰캣 다운로드

2. 이클립스 IDE for Enterprise Java Developers 다운로드

3. 이클립스 설정

 

1. 아파치 톰캣 다운로드

https://tomcat.apache.org/download-80.cgi

 

Apache Tomcat® - Apache Tomcat 8 Software Downloads

Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions

tomcat.apache.org

 

2. 이클립스 IDE for Enterprise Java Developers 다운로드

https://www.eclipse.org/downloads/packages/

 

Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source pro

442 MB 2,384 DOWNLOADS The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collabo

www.eclipse.org

 

3. 이클립스 설정

1) 첫 실행 시 workspace를 설정

2) window - preferences - enc 검색

3) workspace - UTF8 설정

4) CSS, HTML, JSP Files 모두 UTF-8 설정

5) 하단 servers 탭에서 클릭

6) 아파치에서 다운로드 받은 톰캣 8.5 버전을 클릭

7) 다운로드 받은 톰캣의 경로를 설정하고 JRE를 설정

'학원 > JSP' 카테고리의 다른 글

파일 업로드  (0) 2020.05.11
톰캣 서버를 이용한 배포  (0) 2020.05.07
오라클과 mySQL 연결  (0) 2020.04.27