Despite having set a mime mapping for the .faces extension in my web.xml, Tomcat 5 still insists on returning a JSP 2 documents with the .faces extension as text/xml.

Am I doing something wrong?

<mime-mapping>
  <extension>faces</extension>
  <mime-type>text/html</mime-type>
</mime-mapping>


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



Reply via email to