Hello, I am unable to get Tomcat 5.0 to properly serve up Windows Media (wmv) files. Despite adding the following to my web.xml file,
<mime-mapping> <extension>wmv</extension> <mime-type>video/x-ms-wmv</mime-type> </mime-mapping> whenever I attempt to open wmv, I get pages and pages of text. Needless to say, this is not the desired result. I'm fairly confident that this is some kind of MIME misconfiguration, but am at a loss to find anything to rectify the solution. Can anyone shed some light on this? Thanks, -mw