打开$TOMCAT_HOME$\conf目录下的WEB.XML文件,找到 <mime-mapping> 配置位置,并添加以下配置:

<mime-mapping>
    <extension>flv</extension>
    <mime-type>video/x-flv</mime-type>
</mime-mapping>


    添加后保存,并重启Apache Tomcat生效。

 

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2021-07-06
  • 2022-01-09
  • 2021-09-29
  • 2021-09-29
  • 2021-11-12
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-04-13
  • 2022-01-27
  • 2021-07-05
  • 2021-12-22
  • 2022-03-06
相关资源
相似解决方案