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

tb1687196
tb1687196
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
21

Posts

Posts
20

Discussions

Discussions
2

Questions

Questions
18

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tb1687196
Customize the badges you want to showcase on your profile
Re: ACS commons (5.3.0)Not getting downloaded from Maven Repo - Adobe Experience Manager 17-08-2022
repo.adobe.com is not available any more, please remove it from your pom.xml (if available). ACS AEM Commons 5.3.2 should be available via the usual maven mirrors.

Views

16

Like

1

Replies

0
Re: Dispatcher Redirection and Error Handling - Adobe Experience Manager 16-08-2022
Hi All, Previously the redirects were in below format - ErrorDocument 404 /errors/404.htmlErrorDocument 500 /errors/500.htmlErrorDocument 502 /errors/500.html Changing them to below format ensured the URLs were also retained while showing page content from below URLs - ErrorDocument 404 /errors/404/ErrorDocument 500 /errors/500/ErrorDocument 502 /errors/502/ Update - On further refactoring of the redirect rules, specifying the full relative path to DOCROOT also worked. ErrorDocument 404 /content...

Views

52

Likes

0

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
You can use google.gson api to pass json in response. try this. @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { ResourceResolver resourceResolver = request.getResourceResolver(); Resource resource = resourceResolver.getResource("/content/myproject/language-masters/en/jcr:content/root/container/container/mycomponent"); ProductDetails productDetails = ProductDetails.builder().id("component-id").name("modelname").build(); String jsonString = this...

Views

83

Like

1

Replies

0
Re: component HTML has changed but local publisher is still showing the old version - Adobe Experience Manager 15-08-2022
@jayv25585659 Below are some of the questions i have can you check that in your local instance. 1. Is your replciation agent working fine in your author instance please check ? 2. Can you trigger a build to publisher instance using below command mvn clean install -PautoInstallPackage -Daem.port=4503 and also please check your bundles if they are active or not ? 3. Once when trying to replicate the page or html please check logs for any errors.

Views

62

Likes

3

Replies

0
Re: Dispatcher flush for multiple sites - Adobe Experience Manager 12-08-2022
To provide permission to each user, Go to aem author instance http://localhost:4502/aem/start.html Click on Tools > Security > Permissions search user and provide read access ( jcr:read) to the user to any paths that you would like the agent to be allowed to flush for the referenced site. For example: /content/geometrixx, /content/dam, /etc, /var etc and click save. Create users first before step #9 Thanks, Heena

Views

35

Like

1

Replies

0
Re: Dispatcher redirecting requests from https:// to http:// and then again to https:// - Adobe Experience Manager 11-08-2022
@tb1687196 - Thanks for your response. I will check with updating the ServerName and ServerAlias to https:// Meanwhile one query, if the domain is listening to dispatcher at port 80 is the issue, then shouldn't we upgrade the vhost configuration to both 443 and 80 ports ? This will ensure that http:// request is handled at 80 and https:// at 443

Views

38

Like

1

Replies

0
Re: AEM-6.5.8 - SAX parser exception when installing an index via package manager/build - Adobe Experience Manager 18-03-2022
Thanks a lot @Jörg_Hoh  , this really helped.

Views

125

Like

1

Replies

0
Re: Assest API PUT and DELETE Methods are getting 501 Not Implemented Error - Adobe Experience Manager 18-03-2022
Thanks for the confirmation @kbitra1998 

Views

252

Like

1

Replies

0
Re: Replication Agent maintenance Mode - Adobe Experience Manager 13-03-2022
This helps. Thank you @DEBAL_DAS 

Views

295

Like

1

Replies

0
Re: AEM SSL over default port (4502) - Adobe Experience Manager 23-02-2022
Thanks for this response @tadreeves - I was thinking about the approach.

Views

135

Like

1

Replies

0