Hi Team
We have an application deployed in tomcat9.0.38 server which generates an xls
file dynamically and saves at server end. When we try to access the file using
application frontend, it is neither showing up in excel format nor showing up
pop up to save the file instead it is showing the content of xls file in xml
format directly on the browser.
Below mime type is set both at web.xml of webapplicatio end and as well as
Tomcat9038/conf/web.xml
<mime-mapping>
<extension>xls</extension>
<mime-type>application/vnd.ms-excel</mime-type>
</mime-mapping>
Could you please help in resolving the issue ASAP
Thanks
Swathi