Is there a way to get the tomcat default description of a HTTP error in a jsp page? I can get the Status code (404, 500, 505), like:
<%=response.getStatus() %>
but I didn't find how to get the description:see the printscreen
Have you any ideas?
Thank you for your help.