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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -