• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


26 Apr, 2025

Updated at 17 May, 2025

Image not displaying in Spring MVC

I saw the answers related to this post but i am still having this issue. If i include mvc:resources tag in spring-servlet.xml my application crashes.

Given below are the snippets of my code and console log errors.

Thanks in advance for your help.

Web app foler image

in JSP

In console i am getting the following error

Apr 25, 2025 5:22:06 PM org.springframework.web.servlet.DispatcherServlet **noHandlerFound** WARNING: No mapping for GET /SpringMVCCRUD/resources/img/icons8-excel-48.png Apr 25, 2025 5:22:06 PM org.springframework.web.servlet.DispatcherServlet **noHandlerFound** WARNING: No mapping for GET /SpringMVCCRUD/resources/img/icons8-pdf-48.png Apr 25, 2025 5:22:06 PM org.springframework.web.servlet.DispatcherServlet **noHandlerFound** WARNING: No mapping for GET /SpringMVCCRUD/resources/img/icons8-excel-48_workbook.png