JavaClassic2 / backlog

백로그 저장소
0 stars 0 forks source link

JSP. 톰캣 설치 및 기초 설정 #22

Open siddltkfkd opened 2 months ago

siddltkfkd commented 2 months ago

설치

  1. 톰캣 설치 : https://tomcat.apache.org/download-90.cgi
  2. C에 압축 해제
  3. 압축 해제한 폴더 위치에서 명령 프롬프트 실행
  4. service.bat install tomcat9w
  5. tomcat9w 실행 후 start
  6. localhost:8080 접속

user 설정

  1. conf 폴더의 tomcat-users.xml 파일 code로 열기
  2. 부분 주석 해제 후 비밀번호 설정
  3. tomcat 실행 후 localhost:8080 접속
  4. managerapp 클릭

webapp

siddltkfkd commented 2 months ago

https://github.com/gikpreet/class-environment_settings/blob/main/03_WAS/01_Tomcat/01_install_tomcat_on_windows11.adoc