其他分享
首页 > 其他分享> > jenkins的控制台乱码问题

jenkins的控制台乱码问题

作者:互联网

1.环境变量里增加 JAVA_TOOL_OPTIONS : -Dfile.encoding=UTF-8

2.tomcat/conf/sever.xml 文件修改:

<Connector port="8080" useBodyEncodingForURI="true" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

3.重启tomcat

标签:tomcat,encoding,TOOL,乱码,conf,8443,jenkins,控制台
来源: https://www.cnblogs.com/peoty/p/15109229.html