How can I implement custom http error handling in spring mvc.
For example: I have a url http://localhost:8080/demo/canvas
It display my canvas page but if the user missed the url and typed http://localhost:8080/demo/canva
It shows me Tomcat Rendered HTTP Status 404. I want it to be custom jsp page.