Opening .mp4 files in Service Desk Manager is failing - it's trying to download them, rather than play in the browser.
Release : 17.1
Component : SERVICE DESK MANAGER
To change this functionality, the MIME mapping must be altered from the default.. Edit the file USM_HOME\bopcfg\www\CATALINA_
<mime-mapping>
<extension>mp4</extension>
<mime-type>video/mp4/mime-
</mime-mapping>
Changed:
<mime-mapping>
<extension>mp4</extension>
<mime-type>application/octet-
<mime-mapping>
The browser will then stream the file, rather than download it.