Issue Description
Ebook deploys and downloads but will not open in the books app.
Troubleshooting Steps
Add MIME type definition for ".ibooks" files to /JSS/tomcat/conf/web.xml. Add the line below after the last <mime-mapping> entry (see screenshot below)
<mime-mapping> <extension>ibooks</extension> <mime-type>application/x-ibooks+zip</mime-type> </mime-mapping>
Note: We will need to add this back after every Jamf Pro upgrade.