This worked perfectly. Thank you. It gives me something to start from. Just wondering what will happen if I try to change the supported resolutions. Will I have to change code in the servlet? If I do will it affect the original component negatively or be overwritten in an AEM version update?>> I wil...
Umesh, Beside's Opkar's reply. Additional context here: https://docs.adobe.com/docs/en/aem/6-2/deploy/configuring/offloading.html. If it's only for processing you can just offload jobs to another instance.
Neha, you need to change the value of the following registry key to 2 or more and restart your machine:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
Hi, Example from Adobe Professional Services team , implemented here: https://github.com/Adobe-Consulting-Services/acs-aem-samples/blob/master/bundle/src/main/java/com/adobe/acs/samples/authentication/impl/SampleLoginHookAuthenticationHandler.java
Most live chat tools on the market focus on being easy to add to any web site by making integration client side, often just having to include a javascript library on the page and then placing an empty div and some inline javascript on the page. Generally you have to add the javascript library to eit...