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

Singaiah_Chintalapudi
Singaiah_Chintalapudi
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
156

Posts

Posts
249

Discussions

Discussions
64

Questions

Questions
185

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by Singaiah_Chintalapudi
Customize the badges you want to showcase on your profile
Re: Saml Autheticated Gated Content - Adobe Experience Manager 28-10-2021
Configure SAML on AEM publishers and make sure to configure the gated content path (make sure you've all the gated pages under one path). This will ensures the incoming requests to those pages (configured in the SAML configuration) are routed for SSO authentication.

Views

332

Likes

3

Replies

0
Re: Using jQuery3 version on AEM - Adobe Experience Manager 28-10-2021
we've customized in a different way but the below is not a solution and the documentation in that article is outdaed and does not fit for latest AEM versions.

Views

359

Likes

0

Replies

1
Using jQuery3 version on AEM - Adobe Experience Manager 30-09-2021
Hello, OOTB AEM leverages jQuery 1.12* version. However, we want to use jQuery 3 instead of this default OOTB version. Most of the documentation seems to point to /etc/ for customization and is outdated. We're planning to use a different namespace/variable name/object name for this custom jQuery 3 so they won't conflict. Any ideas on implementing custom jQuery version on AEM? Thanks.

Views

428

Like

1

Replies

3
Re: etc/map .html issue - Adobe Experience Manager 31-08-2021
Your screenshots are not clear. You'll need to append .html at the dispatcher level and send them over to AEM and AEM is responsible to remove the .html for outbound urls. Are you using the links without .html extensions?

Views

304

Like

1

Replies

1
Re: AEM 6.4 Code deployment to Remote Server - Adobe Experience Manager 31-08-2021
Yes, this is one of the way.mvn clean install -PautoInstallPackage -Daem.host=test-author.dev.com -Daem.port=4502 -Daem.author.user=admin -Daem.author.password=admin

Views

515

Like

1

Replies

0
Re: Sling dynamic include (SDI) drawback - Adobe Experience Manager 06-06-2021
Sometimes it does not work as it suppose to. Instead of caching/excluding configured components, it just returns the entire page. Lets say you configured a component with specific TTL then the expected behavior should be: SDI should intercept the request and send the configured component headers to dispatcher so dispatcher caches this configured component separately from the page. But this does not work intermittently. I would recommend to develop your own custom solution rather than using SDI. ...

Views

240

Like

1

Replies

0
Re: How to add read permission access to /conf/sevenup - Adobe Experience Manager 14-04-2021
This is just a one time activity and why do you want to add maintenance overhead via code?

Views

221

Like

1

Replies

0
Re: Brand Portal : How to avoid users can request Access - Adobe Experience Manager 14-04-2021
Agree. It's better to create a support ticket and guess this is a bug.

Views

267

Likes

0

Replies

0
Re: How to setup AEM on a ubuntu VM for a POC of website - Adobe Experience Manager 14-04-2021
This is just a notification since Java 8 removed the MaxPermSize and this is expected and should work fine. Also, were you able to login to the AEM server after startup? Your server was starting successfully but throwing that warning since its removed since Java 8.

Views

375

Likes

0

Replies

0
Re: How to setup AEM on a ubuntu VM for a POC of website - Adobe Experience Manager 14-04-2021
The article briefly talks about installing the AEM server first and this is straight forward before configuring it as a service as well in one of its section. What version of Java are you using and the AEM version?

Views

386

Likes

0

Replies

0