Download

https://tomcat.apache.org/

Unzip

tar -zxvf /developer/apache-tomcat-8.5.16.tar.gz

Config

vim conf/server.xml

在文件中搜索8080端口

/8080

加上URIEncoding="UTF-8"

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

results matching ""

    No results matching ""