Error handling in AEM6.0
Hi Guys,
I am working in error handling
https://docs.adobe.com/docs/en/aem/6-0/develop/platform/customizing-errorhandler-pages.html
Using above document, I am able to achieve 404 Exception.
In the case of 500 exception, I am unable to get 500 error page.
I have followed below steps try to achieve it:
1. Created Exception.jsp under /apps/sling/servlet/errorhandler/Exception.jsp (I tried with Throwable.jsp as well)
2. Added text in between <% Check Exception %> in my component jsp page.
3. When I drag and drop the component in the page. I can see
java.lang.Error: Unresolved compilation problems: in the page.Instead Exception page.
4. I am running in the WCMMode=disabled mode to check.
Kindly guide me how to see the Exception page.
Thanks
Nanda