In tomcat-3.3.1, I have a folder
../webapps/OpM/attachments which contains files like
txt, doc,jpeg,xls etc.
All the files are accessable by the url such as
http://localhost:8080/OpM/attachments/ReportOPM.xls
I am using
onClick=window.open('../attachments/ReportOPM.xls') in
my jsp, which can open all the files successfully.
But when I deploy the OpM application to
jakarta-tomcat-5.0.16, I could open all the file
except .xls file
Excell files are opening but with garbage data.