Thursday, January 19, 2017

How to recompile component JSPs in AEM via Felix Console

In the latest versions of AEM, there is a new feature available, which can be used to recompile the component JSPs.

This helps in resolving issues like:

- Latest changes not available on package install
- ClassNotFound exception on package install

This functionality can be accessed by:

  1. Login to Felix Console and go to Sling >> JSP OR directly go to <aem-domain>/system/console/slingjsp
  2. Click on the Recompile JSPs button



No comments:

Post a Comment

How to recompile clientlibs and invalidate cache?

The clientlibs in AEM consists of JS and CSS and in some instances they get cached; which as would be obvious; causes issues. To remove th...