Servlet과 JSP를 공부하기 위한 개발환경을 설정해보자.
1.JDK 설치
https://www.oracle.com/java/technologies/downloads/
2.이클립스 설치
https://www.eclipse.org/downloads/
*이클립스는 Enterprise버젼을 다운받아야 합니다.*
3.톰캣 설치
*저는 9버젼으로 다운받았습니다.*
4. web프로젝트 생성 및 서버 환경 설정
'백엔드 개발 > 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 |