[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Rendering issues with TC6 in JBossAS 4.2.1

baz do-not-reply at jboss.com
Mon Aug 13 04:46:00 EDT 2007


Thanks sTAN;
We have tried your suggestion.
We changed
    <mime-mapping>
  |         <extension>xhtml</extension>
  |         <mime-type>application/xhtml+xml</mime-type>
  |     </mime-mapping>
  | 
into
    <mime-mapping>
  |         <extension>xhtml</extension>
  |         <mime-type>text/html</mime-type>
  |     </mime-mapping>
  | After stopping und starting the server and ensuring that the browsers cache is cleared we got the same effect. 
So it seems that chaniging the mime type is not the correct solution.
Ciao,
Carsten


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073468#4073468

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073468



More information about the jboss-user mailing list