Expand my Community achievements bar.

SOLVED

how can I create a 040 error page in AEM?

Avatar

Level 1

I think this might be quite simple, but i couldn´t figure out, how it works. I´m glad for a quick and short answer.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MilanRapp,

 

There are multiple ways to do it.

First, you can implement it using ACS commons if you have installed it. You can refer to the below URL for the same.

https://adobe-consulting-services.github.io/acs-aem-commons/features/error-handler/index.html

 

Second, If you don't have ACS commons installed in your AEM instance, you can follow the below steps.

1. Go to '/apps/sling/servlet/errorhandler'

2 create 404.jsp, default.jsp in this directory and you can write the code to render content on the error page.

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @MilanRapp 

 

Please refer the below article and you should be able to create a 404/500 error page using the ACS Commons Error Handler.

https://adobe-consulting-services.github.io/acs-aem-commons/features/error-handler/index.html

 

Thanks!

Avatar

Correct answer by
Community Advisor

Hi @MilanRapp,

 

There are multiple ways to do it.

First, you can implement it using ACS commons if you have installed it. You can refer to the below URL for the same.

https://adobe-consulting-services.github.io/acs-aem-commons/features/error-handler/index.html

 

Second, If you don't have ACS commons installed in your AEM instance, you can follow the below steps.

1. Go to '/apps/sling/servlet/errorhandler'

2 create 404.jsp, default.jsp in this directory and you can write the code to render content on the error page.