Tomcat Downloads, 설치
apach-tomcat-9.0.98.exe downloads
tomcat.apache.org > Tomcat 9.0.93 Released Download > Quick Navigation 9.0.93 >
32-bit/64-bit Windows Service Installer (pgp, sha512) // d:\web\lib 에 downloads
apach-tomcat-9.0.98.exe 설치
Destination Folder
C:\Tomcat 9.0
cf) 서비스
오라클 | 톰캣 |
실행 | 중지 |
자동 | 수동 |
확인
C:\Tomcat 9.0
C:\Tomcat 9.0\bin\Tomcat9.exe // 실행파일
C:\Tomcat 9.0\webapps\ROOT (Context) // 이클립스에서Project와 같은 의미
hello.html // 파일명은 대소문자 구분함
실행
Tomcat9.exe 실행 후 아래 URL 띄우기
http://localhost:8080/index.jsp 뒤에 index.jsp 는 생략 가능
http://localhost:8080/hello.html
Eclipse Tomcat 설정
Eclipse & Tomcat 연결
Windows > Preference > Server > Runtime Environments
Add…
Tomcat installation directory: C:\Tomcat 9.0
Tomcat v9.0 Server at localhost 더블클릭
Tomcat admin port 8005로 입력 후 저장
Tomcat 한글 설정
Window > Prefernece
encoding 검색
Content Types
Content types: Text
Default encoding: UTF-8
Workspace
Text File encoding > Other: UTF-8
CSS Files
Encoding: ISO 10646/Unicode(UTF-8)