Re: jsp page on Tomcat non loading css

2014-11-08 Thread Konstantin Kolinko
2014-11-06 14:04 GMT+03:00 Alessandro Panzeri alessandro.panzer...@gmail.com: I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: link href=../css/new_style.css rel=stylesheet type=text/css/ Also, at the beginning of the jsp page I put this: %@ page

Re: jsp page on Tomcat non loading css

2014-11-08 Thread Terence M. Bandoian
On 11/7/2014 7:55 PM, Daniel Baktiar wrote: Hi Alessandro, Is there any servlet filter running which modifies the Content-Type headers? Look at the web.xml for filter/ tag. Daniel Baktiar On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri alessandro.panzer...@gmail.com wrote: I deployed a

Re: jsp page on Tomcat non loading css

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alessandro, On 11/6/14 6:04 AM, Alessandro Panzeri wrote: I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: link href=../css/new_style.css rel=stylesheet type=text/css/ Also, at the beginning of the

Re: jsp page on Tomcat non loading css

2014-11-07 Thread Daniel Baktiar
Hi Alessandro, Is there any servlet filter running which modifies the Content-Type headers? Look at the web.xml for filter/ tag. Daniel Baktiar On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri alessandro.panzer...@gmail.com wrote: I deployed a war on Tomcat 7 to serve a jsp page. In the

jsp page on Tomcat non loading css

2014-11-06 Thread Alessandro Panzeri
I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: link href=../css/new_style.css rel=stylesheet type=text/css/ Also, at the beginning of the jsp page I put this: %@ page contentType=text/html;charset=utf-8 % However when I contact via browser such jsp page,