How to migrate acs common custom error handler | Community
Skip to main content
Level 4
August 29, 2023

How to migrate acs common custom error handler

  • August 29, 2023
  • 2 replies
  • 754 views

I'm looking for solution for migration below to aem cloud.

 

How to migrate custom error handler which is overlayed to like below 

 

Created the overlay for 404.jsp

/apps/sling/servlet/errorhandler/404.jsp
<%@page session="false"%><%
%><%@include file="/apps/acs-commons/components/utilities/errorpagehandler/404.jsp" %>


Then created the overlay for the default.jsp

/apps/sling/servlet/errorhandler/default.jsp
<%@page session="false"%><%
%><%@include file="/apps/acs-commons/components/utilities/errorpagehandler/default.jsp" %> 

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

2 replies

Rohit_Utreja
Community Advisor
Community Advisor
August 29, 2023

@karthickve 

 

You can create 404.jsp or modify default.jsp based on the project requirement at below path in AEMaaCS.

/apps/sling/servlet/errorhandler

Level 4
August 30, 2023

@rohit_utreja 

will jsp is supported in adobe cloud?

kautuk_sahni
Community Manager
Community Manager
November 23, 2023

@karthickve If you have found out solution yourself, please share it with the community.

Kautuk Sahni