1. JDK 설치하기 [클릭] [CentOS] JDK 설치하기 ! 1. 압축해제 tar xvfz jdk-17.0.7_linux-x64_bin.tar.gz 2. 환경변수 등록 vi /etc/profile # shift + G 눌러서 맨 마지막 줄에 아래 내용 추가 export JAVA_HOME=/home/jdk-17.0.7 3. source /etc/profile [파일 저장 !] 4. 환경변수 저 noorypapa.tistory.com 2. 파일질라를 이용하여 tocat.tar.gz 넣어주기 3. 압축해제 tar xvfz apache-tomcat-11.0.0-M9.tar.gz 4. 하위폴더까지 권한 777로 변경 chmod 777 -R apache-tomcat-11.0.0-M9 5. 8080 방화벽 해제..