Bug 39865

Summary: Not able to open Openoffice files
Product: Tomcat 5 Reporter: kumar <kumar.work>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major Keywords: ErrorMessage
Priority: P1    
Version: 5.5.0   
Target Milestone: ---   
Hardware: All   
OS: Windows Server 2003   

Description kumar 2006-06-22 14:59:35 UTC
I am using tomcat 5.5. When I use to open the openoffice files (.odp, .odb, 
etc.,) files the files are not opening and just appearing a small ican in the 
top lesthand corner of the Internet Explorer browser.

Please help to fix this issue


Thanks

regards
kumar
Comment 1 Mark Thomas 2006-07-08 22:53:46 UTC
This is most likely becuase the open office mime tpyes are not specified in
conf/web.xml

Firefox will prompt for an application to open these documents, IE looks at the
content, determines it is a zip file and opens it as such.

I have added the mime types to conf/web.xml

This change will be in 5.5.18 and later.