我想通过HTML5视频标记从我的webapp文件夹中播放一些mp4和webm视频文件。
但是我遇到的问题是tomcat的状态代码只有200:
Request URL:http://localhost:8080/resources/1.mp4
Request Method:GET
Status Code:200 OK
但是当我从apache webserver执行相同操作时,我将获得状态代码206:
Request URL:http://localhost/1.mp4
Request Method:GET
Status Code:206 Partial Content
是否可以激活apache tomcat的代码206。默认情况下,web.xml中的useAcceptRanges为[true]。
感谢您的帮助。