Hi Smahesh,
Kindly update your site webserver configuration inside rewrite rules section of your site .conf file:
RewriteCond %{HTTP_HOST} !^stage-abc.com$
RewriteRule ^(.*)$ https://stage-abc.com [R=301, L]
Regards,
Peter
Hi Gaurav, Great discussion. There's no one rule fit's all here. It all depends on the use case and tech stack you have. Preparing right url's upfront in AEM is a great beginning, to avoid any redirects in first place. Routing to correct url's via Apache is a solid way to go on from here. Where Apac...
Hi Tarini, Yes, that's one way to solve it, Just keep the Service that know's it's state just a boolean, which is updated by the Job, so that it's near instant to know the state. Regards,Peter
Hi Tasunil, Expose API's to communicate clearly the status of the process. So that in case of a long running job you would be able to come back and check for status every few seconds.. This way you avoid long wait and have short nice calls into your core Job/Service connected to it. Regards,Peter
Hello again Krisha,Please see following guide created by brilliant AEM Community[1] that explains how to pull in dynamic values in touch UI.[1] Adobe Experience Manager Help | Dynamically updating Adobe Experience Manager TouchUI Dialog Select Fields Regards,Peter
Nice work, Lavanya! Already can see how useful is this plugin!Would it be in scope to extend this plugin to compare changes in code between different versions of AEM?Regards,Peter
Hi Ratna,Just to enchance on Joerg correct reply there is another KB that explains it just a bit more, How to disable Link Checker or configure to mark links as valid in AEM KB is your source of truth for this issue.You can force AEM to ignore your element by adding:<a x-cq-linkchecker="skip" href="...
Dear J,Just tried connecting from Windows 10(latest update from Microsoft) to AEM 6.4 SP2 withjava version "1.8.0_201"Java(TM) SE Runtime Environment (build 1.8.0_201-b09)Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)and visualvm_142 works like magic.When starting both AEM and visu...
Hey Joshe,Yeah, cancel can be a pretty heavy weight operation(noticed this too) as in every time a version get's created indeed.If you do not need to create a version simply close the tab without clicking the cancel button.There is no config to cancel the cancel button operation functionality I am a...