Hi @Anmol_Bhardwaj , A servlet is also a java class and we can put loggers in it too.Can you explain more about what error/issue you are getting when adding loggers in servlet. Thanks
Hi @yashu99, We can't have i18n in /conf. We need to keep it under apps. its a constraint of AEM as cloud that i18n dictionary translation - Does not work at runtime. Please check for more features and constraints https://www.linkedin.com/pulse/aem-cloud-service-glance-vivekanand-mishra/ Mutable vs....
Hi @imalakaamir ,Please remove hyphen from aem-instances folder and run the command again.else Please go through the below bloghttps://bimmisoi.blogspot.com/2021/05/local-dispatcher-setup-aem-as-cloud-on.html Hope it helpsThanks
Hi @manikanthar1295 Just declare as String[] rather than String in your java class(Object Class definition). @AttributeDefinition(name = "Custom Config", description = "Custom Config description")String[] getCustomConfig(); Hope this helps!Thanks
@tommyc11112341 , enable replication batch mode on the author and replication tier to stagger performance impact using the threshold level defined as it would be the best approach in current scenerio. Thanks
Hi @vmadala , Please check the below urlhttps://experienceleague.adobe.com/docs/experience-manager-learn/dispatcher-tutorial/chapter-3.html%3Flang%3Den Hope this helps!Thanks
@ShagunMalik , Resource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content/");remove the slash from the endResource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content"); if still the issue persists add loggers or run your class in debug mode to get the exact l...
@SagarVerliani , Please check the below link , this might help. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-import-dom4j-dependency-for-osgi-bundle/qaq-p/165217 Thanks
@troubleshooter3 , I think you should try and send language copy created from language-masters/en for translation rather than United States /english. And then it will come back as language copy rather than live copy. Hope this helps