server.xml
port 를 8888 로 변경하고
URIEncoding="UTF-8" 로 변경
context.xml
19라인에 reloadable="true" 로 설정
<Context reloadable="true">
web.xml
session-timeout 설정
- eclipse 에서 Tomcat Server 설정
경로설정과 jre 아래 그림과 같이 설정
eclipse에서 [Servers] - [Tomcat v6.0 Server at localhost] 더블클릭하여 서버 설정
브라우저에서 실행된 결과를 보려면 [Window]-[Web Browser]-[1 Default system web browser]
반응형
'WebServer & WAS > Tomcat' 카테고리의 다른 글
톰캣 서버 두 개 띄우기 (2) | 2018.08.24 |
---|---|
Web app root system property already set to different value 에러 (0) | 2018.01.19 |
was 설정 및 Eclipse 연동 설정 (0) | 2013.08.30 |
web context(Web application) (0) | 2013.04.18 |