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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -