이클립스 환경설정

 환경 설정 -> window-> preferences -> encoding검색 -> 모든 파일 encoding= utf-8로 변경

svn..

server등록 -> window -> preferences -> server -> runtime Environments -> add -> apache tomcat 8.5 -> apply and close

새로만들기 -> server -> tomcat8.5 확인 후 next -> cookmarket add -> finish

server.xml (63Line) URIEncoding="UTF-8" 추가 , port="80"바꿔준다.

> <Connector URIEncoding="UTF-8" connectionTimeout="20000" port="80" protocol="HTTP/1.1" redirectPort="8443"/>

댓글