Adding of MS Office 2007 mime type to WLS10
I have added the below into the web-inf\web.xml. Redeployment to server and restarted of services has been done. However, when I try to download MS 2007 doc from our web application, it still prompt download as zip file instead of *.docx file.
<mime-mapping>
<extension>docx</extension>
<mime-type>application/vnd.openxmlformats-officedocument.wordprocessingml.document</mime-type>
</mime-mapping>
.
Any idea where goes wrong? Thank you.
0