Oracle Weblogic Server (MOSC)

MOSC Banner

Adding of MS Office 2007 mime type to WLS10

edited Apr 8, 2009 3:15PM in Oracle Weblogic Server (MOSC) 2 commentsAnswered
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center