본문 바로가기
카테고리 없음

jenkins See Containers and Tomcat i18n for more details. 오류 발생할 때

by Knowledge Store In Hyunsoft 2017. 11. 27.


Your container doesn’t use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See Containers and Tomcat i18n for more details.



tomcate의 server.xml에 URIEncoding="UTF-8" 추가



    <Connector port="8080" protocol="HTTP/1.1"

               connectionTimeout="20000"

               redirectPort="443"  URIEncoding="UTF-8"/>



728x90

댓글