Custom 500 Page - Throwable.jsp and Exception.jsp not working | Community
Skip to main content
New Participant
October 16, 2015
Solved

Custom 500 Page - Throwable.jsp and Exception.jsp not working

  • October 16, 2015
  • 1 reply
  • 571 views

Going to this: /bin/wcmcommand?cmd=copyPage on our authoring instance results in a 500 message.  However, it is using the default 500 page, rather than the custom pages I have at /apps/sling/servlet/errorhandler.  I can confirm they work because going to /bin/wcmcommand goes to those pages - note that it does not have a post request of cmd=copyPage.

How can I get it to use my custom page?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Might be Error status code is not set.  Check from the request tracer in felix console for post request what & all servlet are called. If everything is OOB one file a daycare ticket.

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Might be Error status code is not set.  Check from the request tracer in felix console for post request what & all servlet are called. If everything is OOB one file a daycare ticket.