Hi!
Just solved a problem with opening .xls Files by configuring the "web.xml" file of my jakarta-tomcat-4.1.29 by using the mime-mapping tags to tell the Internet Explorer which application to use (Excel in this example)
Everything worked fine (Internet Explorer asked wether I want to open or save the file and then used Excel to display it) until I had to change the port in the server.xml file to "9999" to avoid collision with an other application.
Now it seems as if the "web.xml" file is of no use.
Excel files are displayed as unreadable huddle of characters.
Any suggestions?
Thanks in advance!
Ueltje
Just solved a problem with opening .xls Files by configuring the "web.xml" file of my jakarta-tomcat-4.1.29 by using the mime-mapping tags to tell the Internet Explorer which application to use (Excel in this example)
Everything worked fine (Internet Explorer asked wether I want to open or save the file and then used Excel to display it) until I had to change the port in the server.xml file to "9999" to avoid collision with an other application.
Now it seems as if the "web.xml" file is of no use.
Excel files are displayed as unreadable huddle of characters.
Any suggestions?
Thanks in advance!
Ueltje