The Browser doesn't display the images.I added this to my servlet-Context.xml:\[code\]<mvc:resources mapping="/images/**" location="/images/" />\[/code\]and in the home.jsp:\[code\]<img src="http://stackoverflow.com/questions/13870199/images/header.png">\[/code\]It does not display the image Why?