WEB

[WEB] 아파치 톰캣 ,이클립스 설치하기 / 한글 인코딩 설정

yo~og 2021. 11. 17. 14:31

아파치 톰캣 ,이클립스를 설치한 후 한글 인코딩 설정을 해봅시다.

 


 

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

위 링크로가서 zip 파일을 다운해줍니다.


 

 

압축해제 후 원하는 폴더에 옮기기


이클립스 다운 주소 -> https://www.eclipse.org/downloads/packages/

win 64 버전 이클립스 다운 주소 바로가기 -> https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2021-09/R/eclipse-jee-2021-09-R-win32-x86_64.zip

 

Eclipse downloads - Select a mirror | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

이클립스도 다운받고 실행해줍니다.

 

이클립스를 열고 이제 밑의 사진을 따라하시면 됩니다.



 

저는 8080을 이미사용하고 있어서 8888로 바꾸어주었습니다. 사용하고있지 않다면 8080으로 사용해도 무관합니다.


한글 인코딩 설정

window -> Preferences

 

 

enc 검색 -> Workspace 들어가서 Other을 UTF-8로 변경 -> Apply


CSS, HTML, JSP 모두 UTF-8로 바꿔줍니다.