eclipse - JSP not picking up CSS file -


i have created simple dynamic web project in eclipse mars, using spring. jsp referring css file css file not getting pickup.

eclipse project folder structure: enter image description here

here how, referring in jsp:

my project structure same yours , refer css file via:

href="css/anotherstylesheet.css"


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -