Hi @Heena06 You need to understand and read about author, publish, dispatcher and load balancer few things before sites get live:https://www.bounteous.com/insights/2018/02/20/aem-infrastructure/?lang=en-ca#:~:text=The%20publish%20instance%20of%20AEM,author%20has%20activated%20some%20content. https:...
Hi @a74048191r With Cloud Manager in picture, the apache/dispatcher files are maintained in code, which means you will have to keep one set of files. You can have domain specific rewrites if general rewrites does not work lwith rewrite conditions like:RewriteCond %{HTTP_HOST} ^myproject-stg\.mycomp...
AbstractWhy go with R6 annotation when you have improvised R7 annotation.OSGI R7 annotation comes with significant feature and capabilities and is available to use with AEM from AEM 6.4 onwards. Read Full Bloghttps://blogs.adobe.com/experiencedelivers/experience-management/osgi/using-osgi-r7-annotat...
Hi @ramgopalm545617 you can go to http://localhost:4502/system/console/configMgrand Configure "Apache Felix Jetty Based Http" and remove check from Enable HTTP. Also, now your connection to dispatcher will be secured, in /renders section where aem instance ip and port are mentioned, you will have t...
Hi @sreedobe In my opinion, the way you are getting the page thumbnail is the best way to get it. As this call to page thumbail, takes care of all fallbacks required if the page does not consist of its own thumbnail. The thumbnail is returned for the page in the following order:1. if page has its o...
Hi @ramgopalm545617 You can not run AEM HTTP and HTTPs on same port, you have to give a different port while setting up HTTPS for AEM. Refer https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/ssl-by-default.html for setting up HTTPS(SSL). What you can do is restart ...
Hi @jetate Are you using multiple publishers and user sync is enabled between publishers? There might be the case that usr sync is taking some time to create new users on other publishers and the user is hitting the other publisher in first call. Check if the user sync is working properly as well ...