I'm using tomcat 6.0 and struts2.
When I try to click on a link to download a .msi file on IE, the page loads up text from the .msi file instead.
Has anyone encountered this before? What can be done?
Thanks...
|
|
I'm using tomcat 6.0 and struts2. When I try to click on a link to download a .msi file on IE, the page loads up text from the .msi file instead. Has anyone encountered this before? What can be done? Thanks... |
||
|
|
|
|
AddType application/octet-stream .msi in Tomcat |
||
|
|
|
Another guru told me to add this to tomcat/conf/web.xml:
And that works :) |
||
|
|