把tomcat的配置文件修改一下就好了,


vi server.xml
<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443"
               URIEncoding="UTF-8" />    增加 这一句话

 

相关文章:

  • 2021-11-25
  • 2021-10-09
  • 2021-08-02
  • 2021-09-22
  • 2021-06-05
  • 2021-03-31
  • 2022-01-07
猜你喜欢
  • 2021-10-06
  • 2021-09-20
  • 2021-05-09
  • 2022-12-23
  • 2021-04-29
  • 2022-01-30
相关资源
相似解决方案