Hi @AEM_Dan,
Please check this if it helps: https://stackoverflow.com/questions/29069184/how-to-use-multiple-paths-in-aem-search-component
Regards,
Santosh
Hi @nbg62 ,
Closed User Group (CUGs) is the answer. Closed User Group (CUGs) is a feature that is used to restrict the access to content to a select group of users on a published instance, need to log in to access the resource/content.
There are some official and unofficial sites to achieve the same...
Hi @vijayselvas1 ,
It seems you missed core.wcm.components.all, Please try below steps
1) Edit pom.xml and add the following dependencies in the <dependencies> section:
<dependencies>
...
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
...
Hi @skumari1,
It seems you missed core.wcm.components.all, Please try below steps
1) Edit pom.xml and add the following dependencies in the <dependencies> section:
<dependencies>
...
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<vers...
HI @anirudhanand ,
I believe, you can achieve this by setting up flag -F
curl -u <user>:<password> -F cmd=install -F mode=merge http://localhost:4502/crx/packmgr/service/.json/etc/packages/my_packages/test.zip
Hope that helps!
Regards,
Santosh
Hi @srinivas_chann1,
Please go through similar thread here
[0]: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/geo-ip-based-redirection-in-apache-2-4-with-a-dispatcher/m-p/291400
[1]: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-does-aem-cl...