I'm developing a jsp page webapp with Eclipse and I run it on Tomcat 7.
In the jsp page I put this css tag:
<link href="../css/new_style.css" rel="stylesheet" type="text/css"/>
However when I contact via browser such jsp page the css is NOT loaded and I found that the reason is:
Resource interpreted as Stylesheet but transferred with MIME type text/plain.
What should I modify?