AEM Publish - Newbie - Publish question
Hi all,
Our company is developing the first AEM project with the AEM 6.3 version of Adobe Experience Manager. We created our project based on the Maven archetype version 12.
We encounter a problem on our test machine. We deploy the project on both author and publish instances via a Jenkins job (that just calls maven mvn -PautoInstallPackage clean install (on author) and mvn -PautoInstallPackagePublish clean install on the publish instance.
In the author instance everything looks fine, content can be configured, visualised in preview mode correctly.
On the publish instance the header component which is part of an editable template disappears, and content is not correctly displayed.
Is there an additional step, like clearing some caches or similar that we have to execute after a deploy, so that the content on the publish instance is displayed correctly?
What we found till now after a small research is just to recompile the jsps on the publish instance:
http://<HOSTNAME>:4503/system/console/slingjsp?reset and there 'Recompile all JSPs' option is used.
This solves the problem in the browser where it is executed, but it needs a login in the backend of AEM and it does not fix it for every browser.
So this is not a viable solution. This problem currently complicates a lot the testing of the project on many physical devices, (as we are still in the development phase of the project).
Could you please advise what can we do in order to visualise correctly the content in all browsers / devices also on the publish instance?
Thank you,
Sergiu