Patrick Willart wrote:

Hello,

I've added the following to my conf/web.xml but it looks like Tomcat
(5.0.18) isn't picking this up. It's serving the file as a plain text file.
I've tried adding the mime-mapping to my applications web.xml but also
without result.

   <mime-mapping>
       <extension>wmv</extension>
       <mime-type>video/x-ms-wmv</mime-type>
   </mime-mapping>

I have added mime-mappings before and those seem to work. Does anybody have
an idea what's wrong?


Any exceptions visible? Open server.xml, search for xmlValidation and xmlNamespaceAware. But both value set to true. Restart Tomcat. Is the web.xml well parsed?

-- Jeanfrancois


Thanks,

Patrick


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to