JDK : OpenJDK 11

Tomcat : 10.1.9

Image: Windows-Server-2019-Standard-Edition-VM-2023.04.25-0

 

Oracle Cloud Infrastructure

 

cloud.oracle.com

 

 

 

JDK 설치 

OpenJDK 11 다운로드 

https://jdk.java.net/java-se-ri/11

 

Java Platform, Standard Edition 11 Reference Implementations

Java Platform, Standard Edition 11 Reference Implementations The official Reference Implementation for Java SE 11 (JSR 384) is based solely upon open-source code available from the JDK 11 Project in the OpenJDK Community. This Reference Implementation a

jdk.java.net

 

 

환경설정 

1. 시스템 속성 > 환경변수 

 

2. 사용자변수 추가 > 새로만들기 

변수 이름 : JAVA_HOME

변수 값     : JDK 설치 위치   (C/ProgramFile 아래에 두는 것이 편함)

 

3. 시스템 변수에서 Path 선택 및 더블클릭 

4. 자바클래스를 가져올 수 있도록 Path 추가 

%JAVA_HOME%\bin 

 

5. 적용 

 

 

6. powershell에서 java -version으로 적용확인.

 

 

 

 

Tomcat 설치 

 

톰캣 다운로드 

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

 

Apache Tomcat® - Apache Tomcat 10 Software Downloads

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

tomcat.apache.org

1. 설치 파일 unzip 

 

2. powershell로 tomcat 설치 위치로 이동.

 

3. bin 디렉토리에서 service.bat 파일 실행 

 

4. tomcat 기동되었으면 localhost:8080 으로 접속 

 

5. 외부접속 가능여부도 체크

 

6. 배포 위치(webapps/ROOT/)에 jsp 파일 만들어서 배포까지 실행. 

계속 까먹네;