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

jayv25585659
jayv25585659
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
71

Posts

Posts
187

Discussions

Discussions
46

Questions

Questions
141

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jayv25585659
Customize the badges you want to showcase on your profile
Re: Can someone please explain the differences/purposes of these main folders (example: /conf) in AEM? - Adobe Experience Manager 31-03-2022
FolderDescription/appsContains all project code such as components, overlays, client libraries, bundles, i18n translations, and static templates created by an organization/confIt contains all configurations for your website. This folder is used to store the dynamic templates and policies for your website./contentContains content created for your website/etcIt contains resources related to utilities and tools./homeContains AEM users and group information/libsIt contains the libraries and definiti...

Views

72

Likes

4

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT I added a "hello there" text on the test.html version. When viewing the page via view-as-published with the selector (example: h-->...

Views

37

Likes

0

Replies

0
Re: help with javax.jcr.NamespaceException (Unknown namespace URI). Thanks! - Adobe Experience Manager 23-03-2022
try with User class, if it helps import org.apache.jackrabbit.api.security.user.User; User currentUser = request.getResourceResolver().adaptTo(User.class);

Views

124

Like

1

Replies

0
Re: how do I configure AEM to use HTTP instead of HTTP when creating links? - Adobe Experience Manager 21-03-2022
Thanks for the reply @milind_bachani I've edited the original post to answer your questions.

Views

56

Like

1

Replies

0
Re: what other things can I do with OSGI in the context of AEM? - Adobe Experience Manager 16-03-2022
1. If we talk about "core" , actually it represents application ,where application composed of several components, which are packed in bundle. Our project specific complex business logics are part of this bundle.2. We could see out of the box OSGi configurations and these are playing crucial role in terms of maintainability, establishing connection with DB, LDAP, SAML (just imagine you can update property file during runtime)3. An increasing number of open source projects, provide their jars are...

Views

58

Like

1

Replies

0
Re: REST and AEM development - what's the deal? - Adobe Experience Manager 16-03-2022
Hello,AEM uses Apache Sling as the REST web application framework.

Views

52

Likes

3

Replies

0
Re: what's the difference between "/apps/my-apps/config" and "/apps/my-app/configs"? - Adobe Experience Manager 16-03-2022
This list is huge , just sharing only few of them - 1. Apache sling servlet/script Resolver and Error handler2. Different purge like version, DAM report, workflow purge configurations3. JDBC connections pool4. Day CQ root mapping5. Apache felix Jetty based http service6. Configurations associated with LDAP and SAML7. Apache sling web console security provider8. Cross origin resource sharing policy9. CSRF filter configuration10. DAM expiry notifications11. Mime type configurations10. Different th...

Views

99

Likes

2

Replies

0
Re: how do I hide the page delete button from a group of users? - Adobe Experience Manager 20-01-2022
1. visit the useradmin portal, http://localhost:4502/useradmin2. Create new user group, "cannot_delete_pages".3. add the group "authors" into this group. 4. edit the user group, cannot_delete_pages, to "disallow page deletion on /content5. press save.6. find the user group, and validate changes7. assign the group to a user, and test!

Views

163

Likes

3

Replies

0
how to sync (and check) users betwen publishers manually? (FIXED maybe) - Adobe Experience Manager 19-12-2021
I was using the wrong query in querybuilder that why my numbers are so out of syncTLDR: I want to manually sync the users in pub2 to pub1Sync was done using the instructions on this page: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/sync.html?lang=en#manually-syncing-users-and-user-groups---------------------before user sync: pub1: 13xxx userspub2: 14xxx users to check the numbers, I used querybuilder on both publishers and used the query below (I tried wi...

Views

106

Likes

0

Replies

0
Re: how to setup a new user group with the following requirements? (see details inside) - Adobe Experience Manager 11-11-2021
Hi @jayv25585659 As @Kiran_Vedantam pointed, there is a conflict so that step 4 will not work. In case if you want to restrict access at /en level for few members, then you can have different group where you can restrict access at /en and add respective members to the group. Thanks

Views

156

Like

1

Replies

0