[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: .XLS opening problem in JBOSS

PeterJ do-not-reply at jboss.com
Thu Aug 3 12:41:18 EDT 2006


Try adding the following mime mapping:

    <mime-mapping>
  |         <extension>xls</extension>
  |         <mime-type>application/vnd.ms-excel</mime-type>
  |     </mime-mapping>

to the mime mapping section of the server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml file and see if that helps.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962923#3962923

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962923



More information about the jboss-user mailing list