Handling Exceptions in Spring MVC with Logging
In your Spring servlet.xml, add a HandlerExceptionResolver. "/error/default" is the URL it will go to that will display an error message to the user. warnLogCategory is the logger category. Exceptions…
Continue Reading
Handling Exceptions in Spring MVC with Logging