JSP

[JSP] 웹 개발 환경 구축

기록하는_사람 2022. 11. 1. 13:46

JDK 설치

📌 JDK 설치

https://codingrecord2209.tistory.com/161?category=1109636 

 

[Java] JDK와 Eclipse 설치

JDK 설치 📌 JDK 설치 ① 아래 사이트에 접속한다. https://www.oracle.com/java/technologies/downloads/ Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support..

codingrecord2209.tistory.com

 

아파치 톰캣 설치

📌 아파치 톰캣 설치

① 아래 사이트에 접속해 다운로드 받는다. 

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

 

Apache Tomcat® - Apache Tomcat 9 Software Downloads

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

tomcat.apache.org

② 다운로드한 파일 압축 푼 후, C드라이브에 옮김.

 

이클립스 설치

📌 이클립스 설치

① 아래 사이트에 접속해 다운로드 받는다. 

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

502 MB 213,923 DOWNLOADS Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more. Cli

www.eclipse.org

 

이클립스 환경 설경

📌 텍스트 인코딩 설정하기 

Window → Preferences

② General → Content Types → Text

③ Default encoding에 utf-8 입력 후, Update

④ Web → HTML Files / CSS Files / JSP Files에 동일하게 ISO 10646/Unicode(UTF-8)로 변경. 

 

📌 웹 브라우저 설정

 Window → Preferences

General → Web Browser → Chrome 선택 후 저장.