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" %>
Views
Replies
Total Likes
You can create 404.jsp or modify default.jsp based on the project requirement at below path in AEMaaCS.
/apps/sling/servlet/errorhandler
will jsp is supported in adobe cloud?
@vkarthick If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies