mime types?

Hi,

I am runningSun Java System Application Server Enterprise Edition 8 and i am trying to simply link to an xls (excel) file. the browser (any browser) tries to open it as a text file instead of prompting to download or open the file .does anyone have a suggestion as to how i can resolve this? thank you

[327 byte] By [celfiea] at [2007-11-26 14:01:58]
# 1
ok found the mapping in default-web.xml <mime-mapping><extension>xls</extension><mime-type>application/vnd.ms-excel</mime-type> </mime-mapping>ta da
celfiea at 2007-7-8 1:44:25 > top of Java-index,Application & Integration Servers,Application Servers...