Well,
 
If we want to follow up that post , then we should belive that:
Setting the mime type is not working for css
So
we should use other ways to solve it.
 
Is that true?!  
~Regards,
~~Alireza Fattahi


________________________________
From: André Warnier <a...@ice-sa.com>
To: Tomcat Users List <users@tomcat.apache.org> 
Sent: Sunday, 14 July 2013, 12:00
Subject: Re: JSP in Static Resources


Alireza Fattahi wrote:
> Guys please concentrate on the main issue !!

I believe that "the main issue" was already answered thoroughly by Konstantin 
earlier.
Did you not read it ?

> 
> I ask again:
> 
> When you set jsp servlet to process the css files by adding:
> <servlet-mapping>
>    <servlet-name>jsp</servlet-name>
>    <url-pattern>*.css</url-pattern>
> </servlet-mapping>
> 
> 
> The tomcat does not set the CSS file extension mime type to text/css. 
> Although below line is set in localhost-config/web.xml
> 
>    <mime-mapping>
>        <extension>css</extension>
>        <mime-type>text/css</mime-type>
>    </mime-mapping>
> 
> 
> When you manually set the content mime type <%@page contentType="text/css" %> 
> every thing will work fine
> 
> 
> ~Regards,
> ~~Alireza Fattahi


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to