Expand my Community achievements bar.

SOLVED

AEM Author 6.5.3 changes in JSP shown in client browser

Avatar

Level 4

I found this issue with AEM 6.5.3.

 

Having a custom component under Apps. Change the widget.jsp and the change in the jsp is NOT captured in the refresh page when added a simple static div

<div>testing</div>

 

Edit the adaptive form and it is captured, but "localhost:4502/content/forms/.../.../...html?wcmmode=disabled" is not reflecting the change.

 

On author (Windows based instance)

1. /libs/granite/ui/content/dumplibs.rebuild.html ==> Not working (both options)

2. for file system, find bundle.../data/classes and delete "classes" folder ==> Not working

    (Note: we tried this with the bundle staying as "active" as well as stopping the bundle before the delete of the folder)

3. for file system, find bundle.../data/outputcache and delete "outputcache" folder ==> Not working

    (Note: we tried this with the bundle staying as "active" as well as stopping the bundle before the delete of the folder)

4. Clear browser cache ==> Not working

 

Any combination of the above ==> Not working

 

Only thing that made it work ==> Restart Author.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hey Eric,

 

Jsp's are cached under the fsclassloader. Can you clear everything at [1] and check if you get the updated data?

 

[1] http://<host>:<port>/system/console/fsclassloader 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hey Eric,

 

Jsp's are cached under the fsclassloader. Can you clear everything at [1] and check if you get the updated data?

 

[1] http://<host>:<port>/system/console/fsclassloader