Our first check was the Apache config, which appeared correct. Next was a web search where I found some links to the apache weblogic bridge. The bridge incorrectly places a text/html mimetype on everything. We fixed this by putting the mime mapping into the web.xml file of our webapp. Everything works beautifully again!
Here's the mapping that needs to be added:
<mime-mapping>
<extension>css</extension>
<mime-type>text/css</mime-type>
</mime-mapping>
5 comments:
Thanks a lot for that comment. It was exactly what I needed for our Weblogic installation.
Thanks a lot, it works also for me.
awesome. thanks man!
Excelent, really really thanks... even this problem was solve four years ago it was so useful your blog
I have been visiting various blogs for my term papers writing research. I have found your blog to be quite useful. Keep updating your blog with valuable information... Regards
Post a Comment