백엔드 개발/Servlet,JSP

[Servlet,JSP]개발환경 설정

독학하는 정호빈 2021. 12. 27. 18:56

Servlet과 JSP를 공부하기 위한 개발환경을 설정해보자.

 

1.JDK 설치

https://www.oracle.com/java/technologies/downloads/

 

2.이클립스 설치

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

 

Eclipse Downloads | The Eclipse Foundation

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

www.eclipse.org

*이클립스는 Enterprise버젼을 다운받아야 합니다.*

 

3.톰캣 설치

https://tomcat.apache.org/

 

Apache Tomcat® - Welcome!

The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the

tomcat.apache.org

*저는 9버젼으로 다운받았습니다.*

 

4. web프로젝트 생성 및 서버 환경 설정

 

*Dynamic Web Project로 새로운 프로젝트를 생성해줍니다.*
*web.xml체크*
*새로운 프로젝트 생성완료*
*포트번호는 8181로 설정*

 

 

'백엔드 개발 > Servlet,JSP' 카테고리의 다른 글

[Servlet,JSP]Servlet의 생명주기, 선처리, 후처리  (0) 2021.12.29
[Servlet,JSP]doGet, doPost  (0) 2021.12.29
[Servlet,JSP]Servlet 문서 작성법  (0) 2021.12.28
[Servlet,JSP]JSP 문서 작성법  (0) 2021.12.28
Servlet,JSP  (0) 2021.12.27