Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

HImanshu_Jain_
HImanshu_Jain_
Online

Badges

Badges
28

Accepted Solutions

Accepted Solutions
25

Likes Received

Likes Received
287

Posts

Posts
151

Discussions

Discussions
39

Questions

Questions
112

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by HImanshu_Jain_
Customize the badges you want to showcase on your profile
Re: Monitoring of live Website - Adobe Experience Manager 10-07-2022
You might want to set up something called health checks on your website. Health checks are generally operated with an external monitoring service or container orchestrator to check the status of an app, such as getting a 200OK response from a website URL. Check with your dev opts team to get this setup.

Views

118

Like

1

Replies

0
Re: AEM as Cloud : Pushing code from GIT to Cloud Repo - Adobe Experience Manager 07-07-2022
git push cloudurl develop:uat -f uat branch will be overrided with develop branch code

Views

122

Like

1

Replies

0
Re: Cloud Manager Pipeline Stuck - Adobe Experience Manager 30-06-2022
Hello @acroabhi ,Only certain steps in the pipeline can be "advanced" or "cancelled" from your end. Kindly refer documentation [1] which mentions only BUILD, SECURITY TEST, PERFORMANCE TEST, AND SCHEDULE STEPS can work with cancel operation when performed through the Cloud Manager UI or programmatically. The pipeline you've mentioned here is failing in the deploy step hence you're unable to cancel the pipeline (through UI/aio cli).However, CSE (AMS) usually have permissions to force cancel pipel...

Views

98

Likes

2

Replies

0
Re: How to implement SonarQube for AEM as a CLoud Service - Adobe Experience Manager 28-06-2022
Thank you, done with that.

Views

169

Like

1

Replies

0
Re: How to add ACS AEM Commons to your AEM web console for creating service user? - Adobe Experience Manager 28-06-2022
The steps to embed ACS Commons remain the same for both AEM 6.x and AEMaaCS. https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.html

Views

235

Like

1

Replies

0
Re: Issue in AEMaaCS Overlay - Adobe Experience Manager 28-06-2022
Hi,I would suggest to create your own component in the project /apps/mypro/components/screen and extend with /libs/screens/core/components/pageThis will help you to use your own implementation with inheriting existing features

Views

84

Like

1

Replies

0
Re: error while installing osgi bundle - Adobe Experience Manager 28-06-2022
Thanks @DEBAL_DAS  will try and get back to you 

Views

180

Like

1

Replies

0
Re: Can i force "card view" when sharing a link to the sites console? - Adobe Experience Manager 27-06-2022
Hi,There is a cookie, which is responsible for showing card layout, if someone you can inject this cookie from dispatcher/slingFilter based on the IP or usergroup then you will be fine cq-sitescard

Views

65

Like

1

Replies

0
Re: Maven Build Error when including dispatcher module - Adobe Experience Manager 26-06-2022
Hi Santosh, Thanks for the reply.Yes, I am using windows machine and have been referring to the same articles.We tried to deploy the same pom/xml on a mac machine which is Unix based but got the same error. On a side note, if we replaced the default files again and overlay them with our custom configuration then the enforcer issue should not be there on windows machine too right ?Currently we haven't changed any of the default configurations but still the error is coming on both mac and windows ...

Views

118

Like

1

Replies

0
Re: Protect aem website from hackers using query parameters - Adobe Experience Manager 23-06-2022
@tusharbias - IMHO, It's not about debate, It's all about providing accuracy of information, take it easy To cache them, request will still hit to publisher - It would get attacked in first request though. After caching then it will serve content from dispatcher(but still you will be attacked by 1st request). Also, as I mentioned above look at Adobe's best practices when you bring term of DoS - https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/security.....

Views

88

Like

1

Replies

0