Sorry to those following my saga to get a config file read by a service - it must be painful.I have now got a config file here:/aem-guides-wknd.ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config/com.adobe.aem.guides.wknd.core.services.MyService.cfg.jsonWith the following content: { "e...
In the cloud manager, you set "IP allow lists" to stop random public viewing your non-production / in-development instances. You set these lists to your office IPs and/or VPN IP. However, this shotgun approach blocks essential tools, e.g. blazemeter, pagespeed insights, webpagetest, lighthouse etc...
This post shows how to create an OSGi service in Java (which we assume is the only way) which creates and uses some configuration parameters which can be edited in the configMgr However, this is useless without the ability to distribute pre-set parameters for the various run modes as part of our cod...
We are building content fragments and exposing to Mobile App. Able to get the CF json output when we use direct publish URL https://publishURL/api/assets/abc-fragment.jsonBut when we use dispatcher URL(setup for our website) https://sitedomain/api/assets/abc-fragment.json we are getting page not fo...
Hi All, Most of you will be aware on the " AEM - Touch UI - RTE HTML Element Selector, Custom Style Plugin" as per the below link.I am facing one issue while moving this plugin from "/apps/common" to other directory. Please see the more details below.https://aemlab.blogspot.com/2019/07/aem-rte-custo...
Hi,I am looking for the best way to implement the Font management,Example we have a huge project where the fonts are being used in multiple sites.What is the best way to consolidate all the fonts into one place and make use of it also let say I want to implement the new font into our project how to ...
I am working on an AEM maven project where I have to consume a web service. I am using Eclipse for writing code and for its implementation using CXF library. The code works fine in a sample project but as soon as I deploy package on CRXD in AEM and then try from it, it gives following error on the v...
Hello Team, I wanted to push cloud manager artifacts such as "all" package and all "ui.apps" sub packages and "core" bundles to a nexus artifacts repository post deployment to an ams/cloud instances. Any help is much appreciated.
According to this article: https://aem.redquark.org/2018/10/day-03-setting-up-aem-development.htmlYou can add your local sever. I did this. I already have the wknd app deployed previously from the command line (mvn clean install -PautoInstallSinglePackage) What can I do with this connected instanc...